#3CD01E

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

Shades of Lime Green #3CD01E

Tints of Lime Green #3CD01E

Color information

#3CD01E (or 0x3CD01E) is unknown color: approx Lime Green. HEX triplet: 3C, D0 and 1E. RGB value is (60,208,30). Sum of RGB (Red+Green+Blue) = 60+208+30=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 208 (81.64% from 255 or 69.80% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 208 - color contains mainly: green. Hex color #3CD01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD01E is #C32FE1. Grayscale: #909090. Windows color (decimal): -12791778 or 2019388. OLE color: 2019388.

HSL color Cylindrical-coordinate representation of color #3CD01E: hue angle of 109.89º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CD01E is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB6020830-
CMYK0.7100.860.18
HSL109.89º74.79%46.67%-
HSV(B)109.89º85.58%81.57%-
XYZ24.6546.178.84-
YUV143.4663.9768.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 208 (81.64% from 255) = 69.80%
BLUE value IS 30 (12.11% from 255) = 10.07%
R=20.13%
G=69.80%
B=10.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal60208300.7100.860.18109.8974.7946.67
Hex3CD01E47056126e4b2f
Octal743203610701262215611357
Binary11110011010000111101000111010101101001011011101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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