#3CB014

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

Shades of Kelly Green #3CB014

Tints of Kelly Green #3CB014

Color information

#3CB014 (or 0x3CB014) is unknown color: approx Kelly Green. HEX triplet: 3C, B0 and 14. RGB value is (60,176,20). Sum of RGB (Red+Green+Blue) = 60+176+20=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 176 (69.14% from 255 or 68.75% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CB014 is #C34FEB. Grayscale: #7C7C7C. Windows color (decimal): -12799980 or 1355836. OLE color: 1355836.

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

Color convert

RGB6017620-
CMYK0.6600.890.31
HSL104.62º79.59%38.43%-
HSV(B)104.62º88.64%69.02%-
XYZ17.5232.065.93-
YUV123.5369.5782.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.44%
GREEN value IS 176 (69.14% from 255) = 68.75%
BLUE value IS 20 (8.20% from 255) = 7.81%
R=23.44%
G=68.75%
B=7.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60176200.6600.890.31104.6279.5938.43
Hex3CB014420591F695026
Octal742602410201313715112046
Binary11110010110000101001000010010110011111111010011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,176,20); }

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

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

 a { background-color: rgb(60,176,20); }

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

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

 span { border-color: rgb(60,176,20); }

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