#3DE130

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

Shades of Lime Green #3DE130

Tints of Lime Green #3DE130

Color information

#3DE130 (or 0x3DE130) is unknown color: approx Lime Green. HEX triplet: 3D, E1 and 30. RGB value is (61,225,48). Sum of RGB (Red+Green+Blue) = 61+225+48=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #3DE130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE130 is #C21ECF. Grayscale: #9C9C9C. Windows color (decimal): -12721872 or 3203389. OLE color: 3203389.

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

Color convert

RGB6122548-
CMYK0.7300.790.12
HSL115.59º74.68%53.53%-
HSV(B)115.59º78.67%88.24%-
XYZ29.3855.0611.87-
YUV155.7967.1760.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.26%
GREEN value IS 225 (88.28% from 255) = 67.37%
BLUE value IS 48 (19.14% from 255) = 14.37%
R=18.26%
G=67.37%
B=14.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal61225480.7300.790.12115.5974.6853.53
Hex3DE1304904FC744b36
Octal753416011101171416411366
Binary11110111100001110000100100101001111110011101001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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