#3DAE31

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

Shades of Lime Green #3DAE31

Tints of Lime Green #3DAE31

Color information

#3DAE31 (or 0x3DAE31) is unknown color: approx Lime Green. HEX triplet: 3D, AE and 31. RGB value is (61,174,49). Sum of RGB (Red+Green+Blue) = 61+174+49=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 174 (68.36% from 255 or 61.27% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAE31 is #C251CE. Grayscale: #7E7E7E. Windows color (decimal): -12734927 or 3255869. OLE color: 3255869.

HSL color Cylindrical-coordinate representation of color #3DAE31: hue angle of 114.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DAE31 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB6117449-
CMYK0.6500.720.32
HSL114.24º56.05%43.73%-
HSV(B)114.24º71.84%68.24%-
XYZ17.6131.498.05-
YUV125.9684.5681.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.48%
GREEN value IS 174 (68.36% from 255) = 61.27%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=21.48%
G=61.27%
B=17.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61174490.6500.720.32114.2456.0543.73
Hex3DAE31410482072382c
Octal75256611010110401627054
Binary111101101011101100011000001010010001000001110010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,174,49); }

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

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

 a { background-color: rgb(61,174,49); }

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

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

 span { border-color: rgb(61,174,49); }

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