#3DDB35

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

Shades of Lime Green #3DDB35

Tints of Lime Green #3DDB35

Color information

#3DDB35 (or 0x3DDB35) is unknown color: approx Lime Green. HEX triplet: 3D, DB and 35. RGB value is (61,219,53). Sum of RGB (Red+Green+Blue) = 61+219+53=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 219 (85.94% from 255 or 65.77% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB35 is #C224CA. Grayscale: #999999. Windows color (decimal): -12723403 or 3529533. OLE color: 3529533.

HSL color Cylindrical-coordinate representation of color #3DDB35: hue angle of 117.11º 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 #3DDB35 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB6121953-
CMYK0.7200.760.14
HSL117.11º69.75%53.33%-
HSV(B)117.11º75.8%85.88%-
XYZ27.951.9111.92-
YUV152.8371.6562.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 219 (85.94% from 255) = 65.77%
BLUE value IS 53 (21.09% from 255) = 15.92%
R=18.32%
G=65.77%
B=15.92%

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
Decimal61219530.7200.760.14117.1169.7553.33
Hex3DDB354804CE754635
Octal753336511001141616510665
Binary11110111011011110101100100001001100111011101011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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