#3DE152

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

Shades of Lime Green #3DE152

Tints of Lime Green #3DE152

Color information

#3DE152 (or 0x3DE152) is unknown color: approx Lime Green. HEX triplet: 3D, E1 and 52. RGB value is (61,225,82). Sum of RGB (Red+Green+Blue) = 61+225+82=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 225 (88.28% from 255 or 61.14% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 225 - color contains mainly: green. Hex color #3DE152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE152 is #C21EAD. Grayscale: #A0A0A0. Windows color (decimal): -12721838 or 5431613. OLE color: 5431613.

HSL color Cylindrical-coordinate representation of color #3DE152: hue angle of 127.68º 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 #3DE152 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB6122582-
CMYK0.7300.640.12
HSL127.68º73.21%56.08%-
HSV(B)127.68º72.89%88.24%-
XYZ30.3755.4517.09-
YUV159.6684.1757.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.58%
GREEN value IS 225 (88.28% from 255) = 61.14%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=16.58%
G=61.14%
B=22.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal61225820.7300.640.12127.6873.2156.08
Hex3DE15249040C804938
Octal7534112211101001420011170
Binary1111011110000110100101001001010000001100100000001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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