Html Css Color HEX #42EC33 Lime Green

📋 copy color: '#42EC33'

red 66 ◦ green 236 ◦ blue 51

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

Shades of Lime Green #42EC33

Tints of Lime Green #42EC33

RGB

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

 GREEN value IS 236 (92.58% from 255) = 66.86%

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

R = 18.7%
G = 66.86%
B = 14.45%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#42EC33 (or 0x42EC33) is known color: Lime Green. HEX triplet: 42, EC and 33. RGB value is (66,236,51). Sum of RGB (Red+Green+Blue) = 66+236+51=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 236 (92.58% from 255 or 66.86% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EC33 is #BD13CC. Grayscale: #A4A4A4. Windows color (decimal): -12391373 or 3402818. OLE color: 3402818.

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

Color convert

RGB 66 236 51 -
CMYK 0.72 0 0.78 0.07
HSL 115.14º 0.83% 0.56% -
HSV(B) 115.14º 0.78% 0.93% -
XYZ 32.84 61.39 13.25 -
YUV 164.08 64.18 58.04 -
System Red Green Blue C M Y K H S L
Decimal 66 236 51 0.72 0 0.78 0.07 115.14 0.83 0.56
Hex 42 EC 33 48 0 4E 7 73 53 38
Octal 102 354 63 110 0 116 7 163 123 70
Binary 1000010 11101100 110011 1001000 0 1001110 111 1110011 1010011 111000

Color Harmonies of #42EC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EC33

Black with #42EC33

Text Example


Text Example

White with #42EC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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