#3ED552

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

Shades of Lime Green #3ED552

Tints of Lime Green #3ED552

Color information

#3ED552 (or 0x3ED552) is unknown color: approx Lime Green. HEX triplet: 3E, D5 and 52. RGB value is (62,213,82). Sum of RGB (Red+Green+Blue) = 62+213+82=357 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.37% from 357); Green value is 213 (83.59% from 255 or 59.66% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 213 - color contains mainly: green. Hex color #3ED552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ED552 is #C12AAD. Grayscale: #999999. Windows color (decimal): -12659374 or 5428542. OLE color: 5428542.

HSL color Cylindrical-coordinate representation of color #3ED552: hue angle of 127.95º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED552 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB6221382-
CMYK0.7100.620.16
HSL127.95º64.26%53.92%-
HSV(B)127.95º70.89%83.53%-
XYZ27.349.2216.04-
YUV152.9287.9763.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.37%
GREEN value IS 213 (83.59% from 255) = 59.66%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=17.37%
G=59.66%
B=22.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal62213820.7100.620.16127.9564.2653.92
Hex3ED5524703E10804036
Octal763251221070762020010066
Binary1111101101010110100101000111011111010000100000001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,213,82); }

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

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

 a { background-color: rgb(62,213,82); }

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

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

 span { border-color: rgb(62,213,82); }

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