#3DDF36

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

Shades of Lime Green #3DDF36

Tints of Lime Green #3DDF36

Color information

#3DDF36 (or 0x3DDF36) is unknown color: approx Lime Green. HEX triplet: 3D, DF and 36. RGB value is (61,223,54). Sum of RGB (Red+Green+Blue) = 61+223+54=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 223 (87.5% from 255 or 65.98% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDF36 is #C220C9. Grayscale: #9B9B9B. Windows color (decimal): -12722378 or 3596093. OLE color: 3596093.

HSL color Cylindrical-coordinate representation of color #3DDF36: hue angle of 117.51º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DDF36 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB6122354-
CMYK0.7300.760.13
HSL117.51º72.53%54.31%-
HSV(B)117.51º75.78%87.45%-
XYZ28.9854.0312.39-
YUV155.370.8360.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.05%
GREEN value IS 223 (87.5% from 255) = 65.98%
BLUE value IS 54 (21.48% from 255) = 15.98%
R=18.05%
G=65.98%
B=15.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61223540.7300.760.13117.5172.5354.31
Hex3DDF364904CD764936
Octal753376611101141516611166
Binary11110111011111110110100100101001100110111101101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,223,54); }

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

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

 a { background-color: rgb(61,223,54); }

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

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

 span { border-color: rgb(61,223,54); }

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