Html Css Color HEX #2FD929 Lime Green

📋 copy color: '#2FD929'

red 47 ◦ green 217 ◦ blue 41

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

Shades of Lime Green #2FD929

Tints of Lime Green #2FD929

RGB

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

 GREEN value IS 217 (85.16% from 255) = 71.15%

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

R = 15.41%
G = 71.15%
B = 13.44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#2FD929 (or 0x2FD929) is known color: Lime Green. HEX triplet: 2F, D9 and 29. RGB value is (47,217,41). Sum of RGB (Red+Green+Blue) = 47+217+41=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 217 (85.16% from 255 or 71.15% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD929 is #D026D6. Grayscale: #929292. Windows color (decimal): -13641431 or 2742575. OLE color: 2742575.

HSL color Cylindrical-coordinate representation of color #2FD929: hue angle of 117.95º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FD929 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 41 -
CMYK 0.78 0 0.81 0.15
HSL 117.95º 0.7% 0.51% -
HSV(B) 117.95º 0.81% 0.85% -
XYZ 26.39 50.39 10.43 -
YUV 146.11 68.68 57.31 -
System Red Green Blue C M Y K H S L
Decimal 47 217 41 0.78 0 0.81 0.15 117.95 0.7 0.51
Hex 2F D9 29 4E 0 51 F 76 46 33
Octal 57 331 51 116 0 121 17 166 106 63
Binary 101111 11011001 101001 1001110 0 1010001 1111 1110110 1000110 110011

Color Harmonies of #2FD929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD929

Black with #2FD929

Text Example


Text Example

White with #2FD929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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