#3AED28

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

Shades of Lime Green #3AED28

Tints of Lime Green #3AED28

Color information

#3AED28 (or 0x3AED28) is unknown color: approx Lime Green. HEX triplet: 3A, ED and 28. RGB value is (58,237,40). Sum of RGB (Red+Green+Blue) = 58+237+40=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 237 (92.97% from 255 or 70.75% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AED28 is #C512D7. Grayscale: #A1A1A1. Windows color (decimal): -12915416 or 2682170. OLE color: 2682170.

HSL color Cylindrical-coordinate representation of color #3AED28: hue angle of 114.52º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AED28 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB5823740-
CMYK0.7600.830.07
HSL114.52º84.55%54.31%-
HSV(B)114.52º83.12%92.94%-
XYZ32.4161.6212.19-
YUV161.0259.754.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.31%
GREEN value IS 237 (92.97% from 255) = 70.75%
BLUE value IS 40 (16.02% from 255) = 11.94%
R=17.31%
G=70.75%
B=11.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal58237400.7600.830.07114.5284.5554.31
Hex3AED284C0537735536
Octal72355501140123716312566
Binary1110101110110110100010011000101001111111100111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AED28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,237,40); }

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

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

 a { background-color: rgb(58,237,40); }

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

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

 span { border-color: rgb(58,237,40); }

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