#3CD51E

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

Shades of Lime Green #3CD51E

Tints of Lime Green #3CD51E

Color information

#3CD51E (or 0x3CD51E) is unknown color: approx Lime Green. HEX triplet: 3C, D5 and 1E. RGB value is (60,213,30). Sum of RGB (Red+Green+Blue) = 60+213+30=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 213 (83.59% from 255 or 70.30% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD51E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD51E is #C32AE1. Grayscale: #929292. Windows color (decimal): -12790498 or 2020668. OLE color: 2020668.

HSL color Cylindrical-coordinate representation of color #3CD51E: hue angle of 110.16º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CD51E is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB6021330-
CMYK0.7200.860.16
HSL110.16º75.31%47.65%-
HSV(B)110.16º85.92%83.53%-
XYZ25.8948.649.25-
YUV146.3962.3166.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 213 (83.59% from 255) = 70.30%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=19.80%
G=70.30%
B=9.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal60213300.7200.860.16110.1675.3147.65
Hex3CD51E48056106e4b30
Octal743253611001262015611360
Binary11110011010101111101001000010101101000011011101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,213,30); }

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

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

 a { background-color: rgb(60,213,30); }

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

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

 span { border-color: rgb(60,213,30); }

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