#3dc03f

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

Shades of Lime Green #3DC03F

Tints of Lime Green #3DC03F

Color information

#3DC03F (or 0x3DC03F) is unknown color: approx Lime Green. HEX triplet: 3D, C0 and 3F. RGB value is (61,192,63). Sum of RGB (Red+Green+Blue) = 61+192+63=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC03F is #C23FC0. Grayscale: #8A8A8A. Windows color (decimal): -12730305 or 4177981. OLE color: 4177981.

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

Color convert

RGB6119263-
CMYK0.6800.670.25
HSL120.92º51.78%49.61%-
HSV(B)120.92º68.23%75.29%-
XYZ21.6739.0511.1-
YUV138.1285.672.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.30%
GREEN value IS 192 (75.39% from 255) = 60.76%
BLUE value IS 63 (25% from 255) = 19.94%
R=19.30%
G=60.76%
B=19.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61192630.6800.670.25120.9251.7849.61
Hex3DC03F4404319793432
Octal75300771040103311716462
Binary11110111000000111111100010001000011110011111001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dc03f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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