Html Css Color HEX #34E040 Lime Green

📋 copy color: '#34E040'

red 52 ◦ green 224 ◦ blue 64

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

Shades of Lime Green #34E040

Tints of Lime Green #34E040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 15.29%
G = 65.88%
B = 18.82%

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

#34E040 (or 0x34E040) is known color: Lime Green. HEX triplet: 34, E0 and 40. RGB value is (52,224,64). Sum of RGB (Red+Green+Blue) = 52+224+64=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 224 (87.89% from 255 or 65.88% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 224 - color contains mainly: green. Hex color #34E040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E040 is #CB1FBF. Grayscale: #9A9A9A. Windows color (decimal): -13311936 or 4251700. OLE color: 4251700.

HSL color Cylindrical-coordinate representation of color #34E040: hue angle of 124.19º 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 #34E040 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 224 64 -
CMYK 0.77 0 0.71 0.12
HSL 124.19º 0.74% 0.54% -
HSV(B) 124.19º 0.77% 0.88% -
XYZ 29 54.41 13.82 -
YUV 154.33 77.02 55.01 -
System Red Green Blue C M Y K H S L
Decimal 52 224 64 0.77 0 0.71 0.12 124.19 0.74 0.54
Hex 34 E0 40 4D 0 47 C 7C 4A 36
Octal 64 340 100 115 0 107 14 174 112 66
Binary 110100 11100000 1000000 1001101 0 1000111 1100 1111100 1001010 110110

Color Harmonies of #34E040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E040

Black with #34E040

Text Example


Text Example

White with #34E040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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