Html Css Color HEX #34E042 Lime Green

📋 copy color: '#34E042'

red 52 ◦ green 224 ◦ blue 66

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

Shades of Lime Green #34E042

Tints of Lime Green #34E042

RGB

 RED value IS 52 (20.7% from 255) = 15.2%

 GREEN value IS 224 (87.89% from 255) = 65.5%

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 15.2%
G = 65.5%
B = 19.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#34E042 (or 0x34E042) is known color: Lime Green. HEX triplet: 34, E0 and 42. RGB value is (52,224,66). Sum of RGB (Red+Green+Blue) = 52+224+66=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #34E042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E042 is #CB1FBD. Grayscale: #9B9B9B. Windows color (decimal): -13311934 or 4382772. OLE color: 4382772.

HSL color Cylindrical-coordinate representation of color #34E042: hue angle of 124.88º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E042 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 224 66 -
CMYK 0.77 0 0.71 0.12
HSL 124.88º 0.74% 0.54% -
HSV(B) 124.88º 0.77% 0.88% -
XYZ 29.06 54.43 14.13 -
YUV 154.56 78.02 54.85 -
System Red Green Blue C M Y K H S L
Decimal 52 224 66 0.77 0 0.71 0.12 124.88 0.74 0.54
Hex 34 E0 42 4D 0 47 C 7D 4A 36
Octal 64 340 102 115 0 107 14 175 112 66
Binary 110100 11100000 1000010 1001101 0 1000111 1100 1111101 1001010 110110

Color Harmonies of #34E042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E042

Black with #34E042

Text Example


Text Example

White with #34E042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34E042; }

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

 H1.HeaderClassName
 {
   color: #34E042;
 }
 .AnyTagClassName
 {
   color: #34E042;
 }
</style>

background-color css

<style>
 a { background-color: #34E042; }

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

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

border-color css

<style>
 span { border-color: #34E042; }

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

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