Html Css Color HEX #2FC139 Lime Green

📋 copy color: '#2FC139'

red 47 ◦ green 193 ◦ blue 57

#2FC139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2FC139

Tints of Lime Green #2FC139

RGB

 RED value IS 47 (18.75% from 255) = 15.82%

 GREEN value IS 193 (75.78% from 255) = 64.98%

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 15.82%
G = 64.98%
B = 19.19%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2FC139 (or 0x2FC139) is known color: Lime Green. HEX triplet: 2F, C1 and 39. RGB value is (47,193,57). Sum of RGB (Red+Green+Blue) = 47+193+57=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC139 is #D03EC6. Grayscale: #868686. Windows color (decimal): -13647559 or 3785007. OLE color: 3785007.

HSL color Cylindrical-coordinate representation of color #2FC139: hue angle of 124.11º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC139 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 193 57 -
CMYK 0.76 0 0.70 0.24
HSL 124.11º 0.61% 0.47% -
HSV(B) 124.11º 0.76% 0.76% -
XYZ 20.98 39.04 10.3 -
YUV 133.84 84.63 66.06 -
System Red Green Blue C M Y K H S L
Decimal 47 193 57 0.76 0 0.70 0.24 124.11 0.61 0.47
Hex 2F C1 39 4C 0 46 18 7C 3D 2F
Octal 57 301 71 114 0 106 30 174 75 57
Binary 101111 11000001 111001 1001100 0 1000110 11000 1111100 111101 101111

Color Harmonies of #2FC139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC139

Black with #2FC139

Text Example


Text Example

White with #2FC139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FC139; }

 p { color: rgb(47,193,57); }

 H1.HeaderClassName
 {
   color: #2FC139;
 }
 .AnyTagClassName
 {
   color: #2FC139;
 }
</style>

background-color css

<style>
 a { background-color: #2FC139; }

 a { background-color: rgb(47,193,57); }

 div.DivClassName
 {
   background-color: #2FC139;
 }
 .BgClassName
 {
   background-color: #2FC139;
 }
</style>

border-color css

<style>
 span { border-color: #2FC139; }

 span { border-color: rgb(47,193,57); }

 td.TdClassName
 {
   border-color: #2FC139;
 }
 .TagClassName
 {
   border-color: #2FC139;
 }
</style>