#3CAE13

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

Shades of Kelly Green #3CAE13

Tints of Kelly Green #3CAE13

Color information

#3CAE13 (or 0x3CAE13) is unknown color: approx Kelly Green. HEX triplet: 3C, AE and 13. RGB value is (60,174,19). Sum of RGB (Red+Green+Blue) = 60+174+19=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 174 (68.36% from 255 or 68.77% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAE13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAE13 is #C351EC. Grayscale: #7A7A7A. Windows color (decimal): -12800493 or 1289788. OLE color: 1289788.

HSL color Cylindrical-coordinate representation of color #3CAE13: hue angle of 104.13º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CAE13 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB6017419-
CMYK0.6600.890.32
HSL104.13º80.31%37.84%-
HSV(B)104.13º89.08%68.24%-
XYZ17.1231.285.75-
YUV122.2469.7383.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.72%
GREEN value IS 174 (68.36% from 255) = 68.77%
BLUE value IS 19 (7.81% from 255) = 7.51%
R=23.72%
G=68.77%
B=7.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60174190.6600.890.32104.1380.3137.84
Hex3CAE134205920685026
Octal742562310201314015012046
Binary111100101011101001110000100101100110000011010001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,174,19); }

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

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

 a { background-color: rgb(60,174,19); }

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

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

 span { border-color: rgb(60,174,19); }

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