#3ddb34

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

Shades of Lime Green #3DDB34

Tints of Lime Green #3DDB34

Color information

#3DDB34 (or 0x3DDB34) is unknown color: approx Lime Green. HEX triplet: 3D, DB and 34. RGB value is (61,219,52). Sum of RGB (Red+Green+Blue) = 61+219+52=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 219 (85.94% from 255 or 65.96% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDB34 is #C224CB. Grayscale: #999999. Windows color (decimal): -12723404 or 3463997. OLE color: 3463997.

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

Color convert

RGB6121952-
CMYK0.7200.760.14
HSL116.77º69.87%53.14%-
HSV(B)116.77º76.26%85.88%-
XYZ27.8851.911.8-
YUV152.7271.1562.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.37%
GREEN value IS 219 (85.94% from 255) = 65.96%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=18.37%
G=65.96%
B=15.66%

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
Decimal61219520.7200.760.14116.7769.8753.14
Hex3DDB344804CE754635
Octal753336411001141616510665
Binary11110111011011110100100100001001100111011101011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ddb34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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