#3DDE33

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

Shades of Lime Green #3DDE33

Tints of Lime Green #3DDE33

Color information

#3DDE33 (or 0x3DDE33) is unknown color: approx Lime Green. HEX triplet: 3D, DE and 33. RGB value is (61,222,51). Sum of RGB (Red+Green+Blue) = 61+222+51=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 222 (87.11% from 255 or 66.47% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDE33 is #C221CC. Grayscale: #9A9A9A. Windows color (decimal): -12722637 or 3399229. OLE color: 3399229.

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

Color convert

RGB6122251-
CMYK0.7300.770.13
HSL116.49º72.15%53.53%-
HSV(B)116.49º77.03%87.06%-
XYZ28.6453.4711.94-
YUV154.3769.6661.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.26%
GREEN value IS 222 (87.11% from 255) = 66.47%
BLUE value IS 51 (20.31% from 255) = 15.27%
R=18.26%
G=66.47%
B=15.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61222510.7300.770.13116.4972.1553.53
Hex3DDE334904DD744836
Octal753366311101151516411066
Binary11110111011110110011100100101001101110111101001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,222,51); }

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

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

 a { background-color: rgb(61,222,51); }

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

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

 span { border-color: rgb(61,222,51); }

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