#3ED228

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

Shades of Lime Green #3ED228

Tints of Lime Green #3ED228

Color information

#3ED228 (or 0x3ED228) is unknown color: approx Lime Green. HEX triplet: 3E, D2 and 28. RGB value is (62,210,40). Sum of RGB (Red+Green+Blue) = 62+210+40=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 210 (82.42% from 255 or 67.31% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 210 - color contains mainly: green. Hex color #3ED228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED228 is #C12DD7. Grayscale: #929292. Windows color (decimal): -12660184 or 2675262. OLE color: 2675262.

HSL color Cylindrical-coordinate representation of color #3ED228: hue angle of 112.24º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3ED228 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB6221040-
CMYK0.7000.810.18
HSL112.24º68%49.02%-
HSV(B)112.24º80.95%82.35%-
XYZ25.4247.279.79-
YUV146.3767.9767.82-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.87%
GREEN value IS 210 (82.42% from 255) = 67.31%
BLUE value IS 40 (16.02% from 255) = 12.82%
R=19.87%
G=67.31%
B=12.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62210400.7000.810.18112.246849.02
Hex3ED2284605112704431
Octal763225010601212216010461
Binary111110110100101010001000110010100011001011100001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ED228; }

 p { color: rgb(62,210,40); }

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

<style>
 a { background-color: #3ED228; }

 a { background-color: rgb(62,210,40); }

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

<style>
 span { border-color: #3ED228; }

 span { border-color: rgb(62,210,40); }

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