Html Css Color HEX #29ED42 Lime Green

📋 copy color: '#29ED42'

red 41 ◦ green 237 ◦ blue 66

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

Shades of Lime Green #29ED42

Tints of Lime Green #29ED42

RGB

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

 GREEN value IS 237 (92.97% from 255) = 68.9%

 BLUE value IS 66 (26.17% from 255) = 19.19%

R = 11.92%
G = 68.9%
B = 19.19%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#29ED42 (or 0x29ED42) is known color: Lime Green. HEX triplet: 29, ED and 42. RGB value is (41,237,66). Sum of RGB (Red+Green+Blue) = 41+237+66=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 237 (92.97% from 255 or 68.90% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 237 - color contains mainly: green. Hex color #29ED42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29ED42 is #D612BD. Grayscale: #9F9F9F. Windows color (decimal): -14029502 or 4386089. OLE color: 4386089.

HSL color Cylindrical-coordinate representation of color #29ED42: hue angle of 127.65º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29ED42 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 237 66 -
CMYK 0.83 0 0.72 0.07
HSL 127.65º 0.84% 0.55% -
HSV(B) 127.65º 0.83% 0.93% -
XYZ 32.18 61.43 15.32 -
YUV 158.9 75.57 43.9 -
System Red Green Blue C M Y K H S L
Decimal 41 237 66 0.83 0 0.72 0.07 127.65 0.84 0.55
Hex 29 ED 42 53 0 48 7 80 54 37
Octal 51 355 102 123 0 110 7 200 124 67
Binary 101001 11101101 1000010 1010011 0 1001000 111 10000000 1010100 110111

Color Harmonies of #29ED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ED42

Black with #29ED42

Text Example


Text Example

White with #29ED42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,237,66); }

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

background-color css

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

 a { background-color: rgb(41,237,66); }

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

border-color css

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

 span { border-color: rgb(41,237,66); }

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