Html Css Color HEX #29F22D Lime Green

📋 copy color: '#29F22D'

red 41 ◦ green 242 ◦ blue 45

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

Shades of Lime Green #29F22D

Tints of Lime Green #29F22D

RGB

 RED value IS 41 (16.41% from 255) = 12.5%

 GREEN value IS 242 (94.92% from 255) = 73.78%

 BLUE value IS 45 (17.97% from 255) = 13.72%

R = 12.5%
G = 73.78%
B = 13.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#29F22D (or 0x29F22D) is known color: Lime Green. HEX triplet: 29, F2 and 2D. RGB value is (41,242,45). Sum of RGB (Red+Green+Blue) = 41+242+45=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #29F22D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F22D is #D60DD2. Grayscale: #A0A0A0. Windows color (decimal): -14028243 or 3011113. OLE color: 3011113.

HSL color Cylindrical-coordinate representation of color #29F22D: hue angle of 121.19º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F22D is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 242 45 -
CMYK 0.83 0 0.81 0.05
HSL 121.19º 0.89% 0.55% -
HSV(B) 121.19º 0.83% 0.95% -
XYZ 33.14 64.17 13.12 -
YUV 159.44 63.41 43.52 -
System Red Green Blue C M Y K H S L
Decimal 41 242 45 0.83 0 0.81 0.05 121.19 0.89 0.55
Hex 29 F2 2D 53 0 51 5 79 59 37
Octal 51 362 55 123 0 121 5 171 131 67
Binary 101001 11110010 101101 1010011 0 1010001 101 1111001 1011001 110111

Color Harmonies of #29F22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F22D

Black with #29F22D

Text Example


Text Example

White with #29F22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29F22D; }

 p { color: rgb(41,242,45); }

 H1.HeaderClassName
 {
   color: #29F22D;
 }
 .AnyTagClassName
 {
   color: #29F22D;
 }
</style>

background-color css

<style>
 a { background-color: #29F22D; }

 a { background-color: rgb(41,242,45); }

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

border-color css

<style>
 span { border-color: #29F22D; }

 span { border-color: rgb(41,242,45); }

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