#33ED22

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

Shades of Lime Green #33ED22

Tints of Lime Green #33ED22

Color information

#33ED22 (or 0x33ED22) is unknown color: approx Lime Green. HEX triplet: 33, ED and 22. RGB value is (51,237,34). Sum of RGB (Red+Green+Blue) = 51+237+34=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 237 (92.97% from 255 or 73.60% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 237 - color contains mainly: green. Hex color #33ED22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33ED22 is #CC12DD. Grayscale: #9E9E9E. Windows color (decimal): -13374174 or 2288947. OLE color: 2288947.

HSL color Cylindrical-coordinate representation of color #33ED22: hue angle of 114.98º 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 #33ED22 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB5123734-
CMYK0.7800.860.07
HSL114.98º84.94%53.14%-
HSV(B)114.98º85.65%92.94%-
XYZ31.9461.3911.68-
YUV158.2457.8851.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 237 (92.97% from 255) = 73.60%
BLUE value IS 34 (13.67% from 255) = 10.56%
R=15.84%
G=73.60%
B=10.56%

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
Decimal51237340.7800.860.07114.9884.9453.14
Hex33ED224E0567735535
Octal63355421160126716312565
Binary1100111110110110001010011100101011011111100111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ED22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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