Html Css Color HEX #2FB129 Lime Green

📋 copy color: '#2FB129'

red 47 ◦ green 177 ◦ blue 41

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

Shades of Lime Green #2FB129

Tints of Lime Green #2FB129

RGB

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

 GREEN value IS 177 (69.53% from 255) = 66.79%

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 17.74%
G = 66.79%
B = 15.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#2FB129 (or 0x2FB129) is known color: Lime Green. HEX triplet: 2F, B1 and 29. RGB value is (47,177,41). Sum of RGB (Red+Green+Blue) = 47+177+41=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 177 (69.53% from 255 or 66.79% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB129 is #D04ED6. Grayscale: #7B7B7B. Windows color (decimal): -13651671 or 2732335. OLE color: 2732335.

HSL color Cylindrical-coordinate representation of color #2FB129: hue angle of 117.35º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FB129 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 177 41 -
CMYK 0.73 0 0.77 0.31
HSL 117.35º 0.62% 0.43% -
HSV(B) 117.35º 0.77% 0.69% -
XYZ 17.29 32.21 7.4 -
YUV 122.63 81.93 74.06 -
System Red Green Blue C M Y K H S L
Decimal 47 177 41 0.73 0 0.77 0.31 117.35 0.62 0.43
Hex 2F B1 29 49 0 4D 1F 75 3E 2B
Octal 57 261 51 111 0 115 37 165 76 53
Binary 101111 10110001 101001 1001001 0 1001101 11111 1110101 111110 101011

Color Harmonies of #2FB129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB129

Black with #2FB129

Text Example


Text Example

White with #2FB129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,177,41); }

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

background-color css

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

 a { background-color: rgb(47,177,41); }

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

border-color css

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

 span { border-color: rgb(47,177,41); }

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