#3DE153

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

Shades of Lime Green #3DE153

Tints of Lime Green #3DE153

Color information

#3DE153 (or 0x3DE153) is unknown color: approx Lime Green. HEX triplet: 3D, E1 and 53. RGB value is (61,225,83). Sum of RGB (Red+Green+Blue) = 61+225+83=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 225 (88.28% from 255 or 60.98% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 225 - color contains mainly: green. Hex color #3DE153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE153 is #C21EAC. Grayscale: #A0A0A0. Windows color (decimal): -12721837 or 5497149. OLE color: 5497149.

HSL color Cylindrical-coordinate representation of color #3DE153: hue angle of 128.05º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE153 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB6122583-
CMYK0.7300.630.12
HSL128.05º73.21%56.08%-
HSV(B)128.05º72.89%88.24%-
XYZ30.4155.4717.29-
YUV159.7884.6757.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.53%
GREEN value IS 225 (88.28% from 255) = 60.98%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=16.53%
G=60.98%
B=22.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal61225830.7300.630.12128.0573.2156.08
Hex3DE1534903FC804938
Octal753411231110771420011170
Binary111101111000011010011100100101111111100100000001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,225,83); }

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

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

 a { background-color: rgb(61,225,83); }

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

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

 span { border-color: rgb(61,225,83); }

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