#3CD830

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

Shades of Lime Green #3CD830

Tints of Lime Green #3CD830

Color information

#3CD830 (or 0x3CD830) is unknown color: approx Lime Green. HEX triplet: 3C, D8 and 30. RGB value is (60,216,48). Sum of RGB (Red+Green+Blue) = 60+216+48=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 216 (84.77% from 255 or 66.67% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 216 - color contains mainly: green. Hex color #3CD830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD830 is #C327CF. Grayscale: #969696. Windows color (decimal): -12789712 or 3201084. OLE color: 3201084.

HSL color Cylindrical-coordinate representation of color #3CD830: hue angle of 115.71º 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 #3CD830 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB6021648-
CMYK0.7200.780.15
HSL115.71º68.29%51.76%-
HSV(B)115.71º77.78%84.71%-
XYZ26.9550.2911.08-
YUV150.270.3263.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.52%
GREEN value IS 216 (84.77% from 255) = 66.67%
BLUE value IS 48 (19.14% from 255) = 14.81%
R=18.52%
G=66.67%
B=14.81%

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
Decimal60216480.7200.780.15115.7168.2951.76
Hex3CD8304804EF744434
Octal743306011001161716410464
Binary11110011011000110000100100001001110111111101001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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