#3DC622

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

Shades of Lime Green #3DC622

Tints of Lime Green #3DC622

Color information

#3DC622 (or 0x3DC622) is unknown color: approx Lime Green. HEX triplet: 3D, C6 and 22. RGB value is (61,198,34). Sum of RGB (Red+Green+Blue) = 61+198+34=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 198 (77.73% from 255 or 67.58% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC622 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC622 is #C239DD. Grayscale: #8A8A8A. Windows color (decimal): -12728798 or 2278973. OLE color: 2278973.

HSL color Cylindrical-coordinate representation of color #3DC622: hue angle of 110.12º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3DC622 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB6119834-
CMYK0.6900.830.22
HSL110.12º70.69%45.49%-
HSV(B)110.12º82.83%77.65%-
XYZ22.4141.58.34-
YUV138.3469.1172.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.82%
GREEN value IS 198 (77.73% from 255) = 67.58%
BLUE value IS 34 (13.67% from 255) = 11.60%
R=20.82%
G=67.58%
B=11.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61198340.6900.830.22110.1270.6945.49
Hex3DC62245053166e472d
Octal753064210501232615610755
Binary111101110001101000101000101010100111011011011101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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