#34ED22

Color #34ED22 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #34ED22

Tints of Lime Green #34ED22

Color information

#34ED22 (or 0x34ED22) is unknown color: approx Lime Green. HEX triplet: 34, ED and 22. RGB value is (52,237,34). Sum of RGB (Red+Green+Blue) = 52+237+34=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 237 (92.97% from 255 or 73.37% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 237 - color contains mainly: green. Hex color #34ED22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34ED22 is #CB12DD. Grayscale: #9F9F9F. Windows color (decimal): -13308638 or 2288948. OLE color: 2288948.

HSL color Cylindrical-coordinate representation of color #34ED22: hue angle of 114.68º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34ED22 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB5223734-
CMYK0.7800.860.07
HSL114.68º84.94%53.14%-
HSV(B)114.68º85.65%92.94%-
XYZ31.9961.4111.68-
YUV158.5457.7152.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 237 (92.97% from 255) = 73.37%
BLUE value IS 34 (13.67% from 255) = 10.53%
R=16.10%
G=73.37%
B=10.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52237340.7800.860.07114.6884.9453.14
Hex34ED224E0567735535
Octal64355421160126716312565
Binary1101001110110110001010011100101011011111100111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ED22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,237,34); }

 H1.HeaderClassName
 {
   color: #34ED22;
 }
 .AnyTagClassName
 {
   color: #34ED22;
 }
</style>
background-color css

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

 a { background-color: rgb(52,237,34); }

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

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

 span { border-color: rgb(52,237,34); }

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