Html Css Color HEX #29F742 Lime Green

📋 copy color: '#29F742'

red 41 ◦ green 247 ◦ blue 66

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

Shades of Lime Green #29F742

Tints of Lime Green #29F742

RGB

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

 GREEN value IS 247 (96.88% from 255) = 69.77%

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

R = 11.58%
G = 69.77%
B = 18.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#29F742 (or 0x29F742) is known color: Lime Green. HEX triplet: 29, F7 and 42. RGB value is (41,247,66). Sum of RGB (Red+Green+Blue) = 41+247+66=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 247 (96.88% from 255 or 69.77% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 247 - color contains mainly: green. Hex color #29F742 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F742 is #D608BD. Grayscale: #A5A5A5. Windows color (decimal): -14026942 or 4388649. OLE color: 4388649.

HSL color Cylindrical-coordinate representation of color #29F742: hue angle of 127.28º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F742 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 247 66 -
CMYK 0.83 0 0.73 0.03
HSL 127.28º 0.93% 0.56% -
HSV(B) 127.28º 0.83% 0.97% -
XYZ 35.16 67.39 16.31 -
YUV 164.77 72.25 39.72 -
System Red Green Blue C M Y K H S L
Decimal 41 247 66 0.83 0 0.73 0.03 127.28 0.93 0.56
Hex 29 F7 42 53 0 49 3 7F 5D 38
Octal 51 367 102 123 0 111 3 177 135 70
Binary 101001 11110111 1000010 1010011 0 1001001 11 1111111 1011101 111000

Color Harmonies of #29F742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29F742

Black with #29F742

Text Example


Text Example

White with #29F742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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