#3DC436

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

Shades of Lime Green #3DC436

Tints of Lime Green #3DC436

Color information

#3DC436 (or 0x3DC436) is unknown color: approx Lime Green. HEX triplet: 3D, C4 and 36. RGB value is (61,196,54). Sum of RGB (Red+Green+Blue) = 61+196+54=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC436 is #C23BC9. Grayscale: #8B8B8B. Windows color (decimal): -12729290 or 3589181. OLE color: 3589181.

HSL color Cylindrical-coordinate representation of color #3DC436: hue angle of 117.04º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DC436 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB6119654-
CMYK0.6900.720.23
HSL117.04º56.8%49.02%-
HSV(B)117.04º72.45%76.86%-
XYZ22.3340.7410.18-
YUV139.4579.7772.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.61%
GREEN value IS 196 (76.95% from 255) = 63.02%
BLUE value IS 54 (21.48% from 255) = 17.36%
R=19.61%
G=63.02%
B=17.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61196540.6900.720.23117.0456.849.02
Hex3DC4364504817753931
Octal75304661050110271657161
Binary11110111000100110110100010101001000101111110101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,196,54); }

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

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

 a { background-color: rgb(61,196,54); }

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

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

 span { border-color: rgb(61,196,54); }

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