#3EDB35

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

Shades of Lime Green #3EDB35

Tints of Lime Green #3EDB35

Color information

#3EDB35 (or 0x3EDB35) is unknown color: approx Lime Green. HEX triplet: 3E, DB and 35. RGB value is (62,219,53). Sum of RGB (Red+Green+Blue) = 62+219+53=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #3EDB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDB35 is #C124CA. Grayscale: #999999. Windows color (decimal): -12657867 or 3529534. OLE color: 3529534.

HSL color Cylindrical-coordinate representation of color #3EDB35: hue angle of 116.75º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EDB35 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB6221953-
CMYK0.7200.760.14
HSL116.75º69.75%53.33%-
HSV(B)116.75º75.8%85.88%-
XYZ27.9651.9411.92-
YUV153.1371.4963-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.56%
GREEN value IS 219 (85.94% from 255) = 65.57%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=18.56%
G=65.57%
B=15.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal62219530.7200.760.14116.7569.7553.33
Hex3EDB354804CE754635
Octal763336511001141616510665
Binary11111011011011110101100100001001100111011101011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,219,53); }

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

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

 a { background-color: rgb(62,219,53); }

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

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

 span { border-color: rgb(62,219,53); }

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