Html Css Color HEX #42F029 Lime Green

📋 copy color: '#42F029'

red 66 ◦ green 240 ◦ blue 41

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

Shades of Lime Green #42F029

Tints of Lime Green #42F029

RGB

 RED value IS 66 (26.17% from 255) = 19.02%

 GREEN value IS 240 (94.14% from 255) = 69.16%

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

R = 19.02%
G = 69.16%
B = 11.82%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#42F029 (or 0x42F029) is known color: Lime Green. HEX triplet: 42, F0 and 29. RGB value is (66,240,41). Sum of RGB (Red+Green+Blue) = 66+240+41=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #42F029 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F029 is #BD0FD6. Grayscale: #A5A5A5. Windows color (decimal): -12390359 or 2748482. OLE color: 2748482.

HSL color Cylindrical-coordinate representation of color #42F029: hue angle of 112.46º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42F029 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 240 41 -
CMYK 0.72 0 0.83 0.06
HSL 112.46º 0.87% 0.55% -
HSV(B) 112.46º 0.83% 0.94% -
XYZ 33.81 63.64 12.6 -
YUV 165.29 57.85 57.18 -
System Red Green Blue C M Y K H S L
Decimal 66 240 41 0.72 0 0.83 0.06 112.46 0.87 0.55
Hex 42 F0 29 48 0 53 6 70 57 37
Octal 102 360 51 110 0 123 6 160 127 67
Binary 1000010 11110000 101001 1001000 0 1010011 110 1110000 1010111 110111

Color Harmonies of #42F029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F029

Black with #42F029

Text Example


Text Example

White with #42F029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42F029; }

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

 H1.HeaderClassName
 {
   color: #42F029;
 }
 .AnyTagClassName
 {
   color: #42F029;
 }
</style>

background-color css

<style>
 a { background-color: #42F029; }

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

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

border-color css

<style>
 span { border-color: #42F029; }

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

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