#3dce1e

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

Shades of Lime Green #3DCE1E

Tints of Lime Green #3DCE1E

Color information

#3DCE1E (or 0x3DCE1E) is unknown color: approx Lime Green. HEX triplet: 3D, CE and 1E. RGB value is (61,206,30). Sum of RGB (Red+Green+Blue) = 61+206+30=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 206 (80.86% from 255 or 69.36% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 206 - color contains mainly: green. Hex color #3DCE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCE1E is #C231E1. Grayscale: #8F8F8F. Windows color (decimal): -12726754 or 2018877. OLE color: 2018877.

HSL color Cylindrical-coordinate representation of color #3DCE1E: hue angle of 109.43º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DCE1E is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB6120630-
CMYK0.7000.850.19
HSL109.43º74.58%46.27%-
HSV(B)109.43º85.44%80.78%-
XYZ24.2345.238.68-
YUV142.5864.4669.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 206 (80.86% from 255) = 69.36%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=20.54%
G=69.36%
B=10.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal61206300.7000.850.19109.4374.5846.27
Hex3DCE1E46055136d4b2e
Octal753163610601252315511356
Binary11110111001110111101000110010101011001111011011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dce1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,206,30); }

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

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

 a { background-color: rgb(61,206,30); }

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

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

 span { border-color: rgb(61,206,30); }

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