#3DE63B

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

Shades of Lime Green #3DE63B

Tints of Lime Green #3DE63B

Color information

#3DE63B (or 0x3DE63B) is unknown color: approx Lime Green. HEX triplet: 3D, E6 and 3B. RGB value is (61,230,59). Sum of RGB (Red+Green+Blue) = 61+230+59=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 230 (90.23% from 255 or 65.71% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 230 - color contains mainly: green. Hex color #3DE63B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DE63B is #C219C4. Grayscale: #A0A0A0. Windows color (decimal): -12720581 or 3925565. OLE color: 3925565.

HSL color Cylindrical-coordinate representation of color #3DE63B: hue angle of 119.3º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE63B is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB6123059-
CMYK0.7300.740.10
HSL119.3º77.38%56.67%-
HSV(B)119.3º74.35%90.2%-
XYZ31.0157.913.68-
YUV159.9871.0157.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.43%
GREEN value IS 230 (90.23% from 255) = 65.71%
BLUE value IS 59 (23.44% from 255) = 16.86%
R=17.43%
G=65.71%
B=16.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal61230590.7300.740.10119.377.3856.67
Hex3DE63B4904AA774d39
Octal753467311101121216711571
Binary11110111100110111011100100101001010101011101111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,230,59); }

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

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

 a { background-color: rgb(61,230,59); }

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

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

 span { border-color: rgb(61,230,59); }

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