#3DC037

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

Shades of Lime Green #3DC037

Tints of Lime Green #3DC037

Color information

#3DC037 (or 0x3DC037) is unknown color: approx Lime Green. HEX triplet: 3D, C0 and 37. RGB value is (61,192,55). Sum of RGB (Red+Green+Blue) = 61+192+55=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC037 is #C23FC8. Grayscale: #898989. Windows color (decimal): -12730313 or 3653693. OLE color: 3653693.

HSL color Cylindrical-coordinate representation of color #3DC037: hue angle of 117.37º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DC037 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB6119255-
CMYK0.6800.710.25
HSL117.37º55.47%48.43%-
HSV(B)117.37º71.35%75.29%-
XYZ21.4638.9710-
YUV137.2181.673.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.81%
GREEN value IS 192 (75.39% from 255) = 62.34%
BLUE value IS 55 (21.88% from 255) = 17.86%
R=19.81%
G=62.34%
B=17.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61192550.6800.710.25117.3755.4748.43
Hex3DC0374404719753730
Octal75300671040107311656760
Binary11110111000000110111100010001000111110011110101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,192,55); }

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

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

 a { background-color: rgb(61,192,55); }

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

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

 span { border-color: rgb(61,192,55); }

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