Html Css Color HEX #2FDD29 Lime Green

📋 copy color: '#2FDD29'

red 47 ◦ green 221 ◦ blue 41

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

Shades of Lime Green #2FDD29

Tints of Lime Green #2FDD29

RGB

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

 GREEN value IS 221 (86.72% from 255) = 71.52%

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

R = 15.21%
G = 71.52%
B = 13.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#2FDD29 (or 0x2FDD29) is known color: Lime Green. HEX triplet: 2F, DD and 29. RGB value is (47,221,41). Sum of RGB (Red+Green+Blue) = 47+221+41=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 221 (86.72% from 255 or 71.52% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD29 is #D022D6. Grayscale: #949494. Windows color (decimal): -13640407 or 2743599. OLE color: 2743599.

HSL color Cylindrical-coordinate representation of color #2FDD29: hue angle of 118º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FDD29 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 41 -
CMYK 0.79 0 0.81 0.13
HSL 118º 0.73% 0.51% -
HSV(B) 118º 0.81% 0.87% -
XYZ 27.43 52.48 10.78 -
YUV 148.45 67.35 55.64 -
System Red Green Blue C M Y K H S L
Decimal 47 221 41 0.79 0 0.81 0.13 118 0.73 0.51
Hex 2F DD 29 4F 0 51 D 76 49 33
Octal 57 335 51 117 0 121 15 166 111 63
Binary 101111 11011101 101001 1001111 0 1010001 1101 1110110 1001001 110011

Color Harmonies of #2FDD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD29

Black with #2FDD29

Text Example


Text Example

White with #2FDD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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