Html Css Color HEX #42EF33 Lime Green

📋 copy color: '#42EF33'

red 66 ◦ green 239 ◦ blue 51

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

Shades of Lime Green #42EF33

Tints of Lime Green #42EF33

RGB

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

 GREEN value IS 239 (93.75% from 255) = 67.13%

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

R = 18.54%
G = 67.13%
B = 14.33%

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

#42EF33 (or 0x42EF33) is known color: Lime Green. HEX triplet: 42, EF and 33. RGB value is (66,239,51). Sum of RGB (Red+Green+Blue) = 66+239+51=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EF33 is #BD10CC. Grayscale: #A6A6A6. Windows color (decimal): -12390605 or 3403586. OLE color: 3403586.

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

Color convert

RGB 66 239 51 -
CMYK 0.72 0 0.79 0.06
HSL 115.21º 0.85% 0.57% -
HSV(B) 115.21º 0.79% 0.94% -
XYZ 33.71 63.13 13.54 -
YUV 165.84 63.19 56.79 -
System Red Green Blue C M Y K H S L
Decimal 66 239 51 0.72 0 0.79 0.06 115.21 0.85 0.57
Hex 42 EF 33 48 0 4F 6 73 55 39
Octal 102 357 63 110 0 117 6 163 125 71
Binary 1000010 11101111 110011 1001000 0 1001111 110 1110011 1010101 111001

Color Harmonies of #42EF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EF33

Black with #42EF33

Text Example


Text Example

White with #42EF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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