#3DE357

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

Shades of Lime Green #3DE357

Tints of Lime Green #3DE357

Color information

#3DE357 (or 0x3DE357) is unknown color: approx Lime Green. HEX triplet: 3D, E3 and 57. RGB value is (61,227,87). Sum of RGB (Red+Green+Blue) = 61+227+87=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 227 (89.06% from 255 or 60.53% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 227 - color contains mainly: green. Hex color #3DE357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE357 is #C21CA8. Grayscale: #A1A1A1. Windows color (decimal): -12721321 or 5759805. OLE color: 5759805.

HSL color Cylindrical-coordinate representation of color #3DE357: hue angle of 129.4º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE357 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB6122787-
CMYK0.7300.620.11
HSL129.4º74.77%56.47%-
HSV(B)129.4º73.13%89.02%-
XYZ31.1156.6218.31-
YUV161.418656.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.27%
GREEN value IS 227 (89.06% from 255) = 60.53%
BLUE value IS 87 (34.38% from 255) = 23.2%
R=16.27%
G=60.53%
B=23.2%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal61227870.7300.620.11129.474.7756.47
Hex3DE3574903EB814b38
Octal753431271110761320111370
Binary111101111000111010111100100101111101011100000011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,227,87); }

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

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

 a { background-color: rgb(61,227,87); }

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

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

 span { border-color: rgb(61,227,87); }

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