Html Css Color HEX #29FA40 Lime Green

📋 copy color: '#29FA40'

red 41 ◦ green 250 ◦ blue 64

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

Shades of Lime Green #29FA40

Tints of Lime Green #29FA40

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.42%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 11.55%
G = 70.42%
B = 18.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#29FA40 (or 0x29FA40) is known color: Lime Green. HEX triplet: 29, FA and 40. RGB value is (41,250,64). Sum of RGB (Red+Green+Blue) = 41+250+64=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 250 (98.05% from 255 or 70.42% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 250 - color contains mainly: green. Hex color #29FA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29FA40 is #D605BF. Grayscale: #A6A6A6. Windows color (decimal): -14026176 or 4258345. OLE color: 4258345.

HSL color Cylindrical-coordinate representation of color #29FA40: hue angle of 126.6º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FA40 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 250 64 -
CMYK 0.84 0 0.74 0.02
HSL 126.6º 0.95% 0.57% -
HSV(B) 126.6º 0.84% 0.98% -
XYZ 36.03 69.21 16.31 -
YUV 166.31 70.26 38.62 -
System Red Green Blue C M Y K H S L
Decimal 41 250 64 0.84 0 0.74 0.02 126.6 0.95 0.57
Hex 29 FA 40 54 0 4A 2 7F 5F 39
Octal 51 372 100 124 0 112 2 177 137 71
Binary 101001 11111010 1000000 1010100 0 1001010 10 1111111 1011111 111001

Color Harmonies of #29FA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FA40

Black with #29FA40

Text Example


Text Example

White with #29FA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,250,64); }

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

background-color css

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

 a { background-color: rgb(41,250,64); }

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

border-color css

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

 span { border-color: rgb(41,250,64); }

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