#3DC325

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

Shades of Lime Green #3DC325

Tints of Lime Green #3DC325

Color information

#3DC325 (or 0x3DC325) is unknown color: approx Lime Green. HEX triplet: 3D, C3 and 25. RGB value is (61,195,37). Sum of RGB (Red+Green+Blue) = 61+195+37=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 195 (76.56% from 255 or 66.55% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC325 is #C23CDA. Grayscale: #898989. Windows color (decimal): -12729563 or 2474813. OLE color: 2474813.

HSL color Cylindrical-coordinate representation of color #3DC325: hue angle of 110.89º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DC325 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB6119537-
CMYK0.6900.810.24
HSL110.89º68.1%45.49%-
HSV(B)110.89º81.03%76.47%-
XYZ21.7740.168.35-
YUV136.9271.6173.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.82%
GREEN value IS 195 (76.56% from 255) = 66.55%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=20.82%
G=66.55%
B=12.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61195370.6900.810.24110.8968.145.49
Hex3DC32545051186f442d
Octal753034510501213015710455
Binary111101110000111001011000101010100011100011011111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,195,37); }

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

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

 a { background-color: rgb(61,195,37); }

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

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

 span { border-color: rgb(61,195,37); }

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