Html Css Color HEX #42F033 Lime Green

📋 copy color: '#42F033'

red 66 ◦ green 240 ◦ blue 51

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

Shades of Lime Green #42F033

Tints of Lime Green #42F033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.29%

R = 18.49%
G = 67.23%
B = 14.29%

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

#42F033 (or 0x42F033) is known color: Lime Green. HEX triplet: 42, F0 and 33. RGB value is (66,240,51). Sum of RGB (Red+Green+Blue) = 66+240+51=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 240 (94.14% from 255 or 67.23% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 240 - color contains mainly: green. Hex color #42F033 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F033 is #BD0FCC. Grayscale: #A7A7A7. Windows color (decimal): -12390349 or 3403842. OLE color: 3403842.

HSL color Cylindrical-coordinate representation of color #42F033: hue angle of 115.24º 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 #42F033 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 240 51 -
CMYK 0.72 0 0.79 0.06
HSL 115.24º 0.86% 0.57% -
HSV(B) 115.24º 0.79% 0.94% -
XYZ 34 63.72 13.64 -
YUV 166.43 62.85 56.37 -
System Red Green Blue C M Y K H S L
Decimal 66 240 51 0.72 0 0.79 0.06 115.24 0.86 0.57
Hex 42 F0 33 48 0 4F 6 73 56 39
Octal 102 360 63 110 0 117 6 163 126 71
Binary 1000010 11110000 110011 1001000 0 1001111 110 1110011 1010110 111001

Color Harmonies of #42F033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F033

Black with #42F033

Text Example


Text Example

White with #42F033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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