#3DD830

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

Shades of Lime Green #3DD830

Tints of Lime Green #3DD830

Color information

#3DD830 (or 0x3DD830) is unknown color: approx Lime Green. HEX triplet: 3D, D8 and 30. RGB value is (61,216,48). Sum of RGB (Red+Green+Blue) = 61+216+48=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD830 is #C227CF. Grayscale: #979797. Windows color (decimal): -12724176 or 3201085. OLE color: 3201085.

HSL color Cylindrical-coordinate representation of color #3DD830: hue angle of 115.36º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DD830 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB6121648-
CMYK0.7200.780.15
HSL115.36º68.29%51.76%-
HSV(B)115.36º77.78%84.71%-
XYZ27.0150.3211.08-
YUV150.570.1564.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.77%
GREEN value IS 216 (84.77% from 255) = 66.46%
BLUE value IS 48 (19.14% from 255) = 14.77%
R=18.77%
G=66.46%
B=14.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61216480.7200.780.15115.3668.2951.76
Hex3DD8304804EF734434
Octal753306011001161716310464
Binary11110111011000110000100100001001110111111100111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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