Html Css Color HEX #34E121 Lime Green

📋 copy color: '#34E121'

red 52 ◦ green 225 ◦ blue 33

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

Shades of Lime Green #34E121

Tints of Lime Green #34E121

RGB

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

 GREEN value IS 225 (88.28% from 255) = 72.58%

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

R = 16.77%
G = 72.58%
B = 10.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#34E121 (or 0x34E121) is known color: Lime Green. HEX triplet: 34, E1 and 21. RGB value is (52,225,33). Sum of RGB (Red+Green+Blue) = 52+225+33=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 225 (88.28% from 255 or 72.58% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 225 - color contains mainly: green. Hex color #34E121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E121 is #CB1EDE. Grayscale: #979797. Windows color (decimal): -13311711 or 2220340. OLE color: 2220340.

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

Color convert

RGB 52 225 33 -
CMYK 0.77 0 0.85 0.12
HSL 114.06º 0.76% 0.51% -
HSV(B) 114.06º 0.85% 0.88% -
XYZ 28.62 54.69 10.49 -
YUV 151.39 61.19 57.11 -
System Red Green Blue C M Y K H S L
Decimal 52 225 33 0.77 0 0.85 0.12 114.06 0.76 0.51
Hex 34 E1 21 4D 0 55 C 72 4C 33
Octal 64 341 41 115 0 125 14 162 114 63
Binary 110100 11100001 100001 1001101 0 1010101 1100 1110010 1001100 110011

Color Harmonies of #34E121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E121

Black with #34E121

Text Example


Text Example

White with #34E121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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