#3AED38

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

Shades of Lime Green #3AED38

Tints of Lime Green #3AED38

Color information

#3AED38 (or 0x3AED38) is unknown color: approx Lime Green. HEX triplet: 3A, ED and 38. RGB value is (58,237,56). Sum of RGB (Red+Green+Blue) = 58+237+56=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 237 (92.97% from 255 or 67.52% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AED38 is #C512C7. Grayscale: #A3A3A3. Windows color (decimal): -12915400 or 3730746. OLE color: 3730746.

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

Color convert

RGB5823756-
CMYK0.7600.760.07
HSL119.34º83.41%57.45%-
HSV(B)119.34º76.37%92.94%-
XYZ32.7461.7513.94-
YUV162.8567.753.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.52%
GREEN value IS 237 (92.97% from 255) = 67.52%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=16.52%
G=67.52%
B=15.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal58237560.7600.760.07119.3483.4157.45
Hex3AED384C04C7775339
Octal72355701140114716712371
Binary1110101110110111100010011000100110011111101111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AED38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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