Html Css Color HEX #42F032 Lime Green

📋 copy color: '#42F032'

red 66 ◦ green 240 ◦ blue 50

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

Shades of Lime Green #42F032

Tints of Lime Green #42F032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 18.54%
G = 67.42%
B = 14.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#42F032 (or 0x42F032) is known color: Lime Green. HEX triplet: 42, F0 and 32. RGB value is (66,240,50). Sum of RGB (Red+Green+Blue) = 66+240+50=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #42F032 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F032 is #BD0FCD. Grayscale: #A6A6A6. Windows color (decimal): -12390350 or 3338306. OLE color: 3338306.

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

Color convert

RGB 66 240 50 -
CMYK 0.72 0 0.79 0.06
HSL 114.95º 0.86% 0.57% -
HSV(B) 114.95º 0.79% 0.94% -
XYZ 33.98 63.71 13.52 -
YUV 166.31 62.35 56.45 -
System Red Green Blue C M Y K H S L
Decimal 66 240 50 0.72 0 0.79 0.06 114.95 0.86 0.57
Hex 42 F0 32 48 0 4F 6 73 56 39
Octal 102 360 62 110 0 117 6 163 126 71
Binary 1000010 11110000 110010 1001000 0 1001111 110 1110011 1010110 111001

Color Harmonies of #42F032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F032

Black with #42F032

Text Example


Text Example

White with #42F032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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