Html Css Color HEX #42EE34 Lime Green

📋 copy color: '#42EE34'

red 66 ◦ green 238 ◦ blue 52

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

Shades of Lime Green #42EE34

Tints of Lime Green #42EE34

RGB

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

 GREEN value IS 238 (93.36% from 255) = 66.85%

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 18.54%
G = 66.85%
B = 14.61%

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

#42EE34 (or 0x42EE34) is known color: Lime Green. HEX triplet: 42, EE and 34. RGB value is (66,238,52). Sum of RGB (Red+Green+Blue) = 66+238+52=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 238 (93.36% from 255 or 66.85% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 238 - color contains mainly: green. Hex color #42EE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EE34 is #BD11CB. Grayscale: #A5A5A5. Windows color (decimal): -12390860 or 3468866. OLE color: 3468866.

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

Color convert

RGB 66 238 52 -
CMYK 0.72 0 0.78 0.07
HSL 115.48º 0.85% 0.57% -
HSV(B) 115.48º 0.78% 0.93% -
XYZ 33.44 62.56 13.56 -
YUV 165.37 64.02 57.12 -
System Red Green Blue C M Y K H S L
Decimal 66 238 52 0.72 0 0.78 0.07 115.48 0.85 0.57
Hex 42 EE 34 48 0 4E 7 73 55 39
Octal 102 356 64 110 0 116 7 163 125 71
Binary 1000010 11101110 110100 1001000 0 1001110 111 1110011 1010101 111001

Color Harmonies of #42EE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EE34

Black with #42EE34

Text Example


Text Example

White with #42EE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,238,52); }

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

background-color css

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

 a { background-color: rgb(66,238,52); }

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

border-color css

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

 span { border-color: rgb(66,238,52); }

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