Html Css Color HEX #34E320 Lime Green

📋 copy color: '#34E320'

red 52 ◦ green 227 ◦ blue 32

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

Shades of Lime Green #34E320

Tints of Lime Green #34E320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 72.99%

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 16.72%
G = 72.99%
B = 10.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#34E320 (or 0x34E320) is known color: Lime Green. HEX triplet: 34, E3 and 20. RGB value is (52,227,32). Sum of RGB (Red+Green+Blue) = 52+227+32=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 227 (89.06% from 255 or 72.99% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 227 - color contains mainly: green. Hex color #34E320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E320 is #CB1CDF. Grayscale: #999999. Windows color (decimal): -13311200 or 2155316. OLE color: 2155316.

HSL color Cylindrical-coordinate representation of color #34E320: hue angle of 113.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34E320 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 227 32 -
CMYK 0.77 0 0.86 0.11
HSL 113.85º 0.78% 0.51% -
HSV(B) 113.85º 0.86% 0.89% -
XYZ 29.15 55.77 10.6 -
YUV 152.45 60.02 56.36 -
System Red Green Blue C M Y K H S L
Decimal 52 227 32 0.77 0 0.86 0.11 113.85 0.78 0.51
Hex 34 E3 20 4D 0 56 B 72 4E 33
Octal 64 343 40 115 0 126 13 162 116 63
Binary 110100 11100011 100000 1001101 0 1010110 1011 1110010 1001110 110011

Color Harmonies of #34E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E320

Black with #34E320

Text Example


Text Example

White with #34E320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,227,32); }

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

background-color css

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

 a { background-color: rgb(52,227,32); }

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

border-color css

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

 span { border-color: rgb(52,227,32); }

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