Html Css Color HEX #42EC34 Lime Green

📋 copy color: '#42EC34'

red 66 ◦ green 236 ◦ blue 52

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

Shades of Lime Green #42EC34

Tints of Lime Green #42EC34

RGB

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

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

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

R = 18.64%
G = 66.67%
B = 14.69%

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

#42EC34 (or 0x42EC34) is known color: Lime Green. HEX triplet: 42, EC and 34. RGB value is (66,236,52). Sum of RGB (Red+Green+Blue) = 66+236+52=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 236 (92.58% from 255 or 66.67% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EC34 is #BD13CB. Grayscale: #A4A4A4. Windows color (decimal): -12391372 or 3468354. OLE color: 3468354.

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

Color convert

RGB 66 236 52 -
CMYK 0.72 0 0.78 0.07
HSL 115.43º 0.83% 0.56% -
HSV(B) 115.43º 0.78% 0.93% -
XYZ 32.86 61.4 13.37 -
YUV 164.19 64.68 57.96 -
System Red Green Blue C M Y K H S L
Decimal 66 236 52 0.72 0 0.78 0.07 115.43 0.83 0.56
Hex 42 EC 34 48 0 4E 7 73 53 38
Octal 102 354 64 110 0 116 7 163 123 70
Binary 1000010 11101100 110100 1001000 0 1001110 111 1110011 1010011 111000

Color Harmonies of #42EC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EC34

Black with #42EC34

Text Example


Text Example

White with #42EC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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