Html Css Color HEX #34E821 Lime Green

📋 copy color: '#34E821'

red 52 ◦ green 232 ◦ blue 33

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

Shades of Lime Green #34E821

Tints of Lime Green #34E821

RGB

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

 GREEN value IS 232 (91.02% from 255) = 73.19%

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 16.4%
G = 73.19%
B = 10.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#34E821 (or 0x34E821) is known color: Lime Green. HEX triplet: 34, E8 and 21. RGB value is (52,232,33). Sum of RGB (Red+Green+Blue) = 52+232+33=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 232 (91.02% from 255 or 73.19% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 232 - color contains mainly: green. Hex color #34E821 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E821 is #CB17DE. Grayscale: #9C9C9C. Windows color (decimal): -13309919 or 2222132. OLE color: 2222132.

HSL color Cylindrical-coordinate representation of color #34E821: hue angle of 114.27º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34E821 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 232 33 -
CMYK 0.78 0 0.86 0.09
HSL 114.27º 0.81% 0.52% -
HSV(B) 114.27º 0.86% 0.91% -
XYZ 30.55 58.55 11.13 -
YUV 155.49 58.87 54.18 -
System Red Green Blue C M Y K H S L
Decimal 52 232 33 0.78 0 0.86 0.09 114.27 0.81 0.52
Hex 34 E8 21 4E 0 56 9 72 51 34
Octal 64 350 41 116 0 126 11 162 121 64
Binary 110100 11101000 100001 1001110 0 1010110 1001 1110010 1010001 110100

Color Harmonies of #34E821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E821

Black with #34E821

Text Example


Text Example

White with #34E821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,232,33); }

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

background-color css

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

 a { background-color: rgb(52,232,33); }

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

border-color css

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

 span { border-color: rgb(52,232,33); }

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