#3DCD22

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

Shades of Lime Green #3DCD22

Tints of Lime Green #3DCD22

Color information

#3DCD22 (or 0x3DCD22) is unknown color: approx Lime Green. HEX triplet: 3D, CD and 22. RGB value is (61,205,34). Sum of RGB (Red+Green+Blue) = 61+205+34=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 205 (80.47% from 255 or 68.33% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DCD22 is #C232DD. Grayscale: #8E8E8E. Windows color (decimal): -12727006 or 2280765. OLE color: 2280765.

HSL color Cylindrical-coordinate representation of color #3DCD22: hue angle of 110.53º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3DCD22 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB6120534-
CMYK0.7000.830.20
HSL110.53º71.55%46.86%-
HSV(B)110.53º83.41%80.39%-
XYZ24.0444.778.89-
YUV142.4566.7969.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.33%
GREEN value IS 205 (80.47% from 255) = 68.33%
BLUE value IS 34 (13.67% from 255) = 11.33%
R=20.33%
G=68.33%
B=11.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61205340.7000.830.20110.5371.5546.86
Hex3DCD2246053146f482f
Octal753154210601232415711057
Binary111101110011011000101000110010100111010011011111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,205,34); }

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

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

 a { background-color: rgb(61,205,34); }

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

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

 span { border-color: rgb(61,205,34); }

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