#3CB216

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

Shades of Kelly Green #3CB216

Tints of Kelly Green #3CB216

Color information

#3CB216 (or 0x3CB216) is unknown color: approx Kelly Green. HEX triplet: 3C, B2 and 16. RGB value is (60,178,22). Sum of RGB (Red+Green+Blue) = 60+178+22=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 178 (69.92% from 255 or 68.46% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CB216 is #C34DE9. Grayscale: #7D7D7D. Windows color (decimal): -12799466 or 1487420. OLE color: 1487420.

HSL color Cylindrical-coordinate representation of color #3CB216: hue angle of 105.38º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CB216 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB6017822-
CMYK0.6600.880.30
HSL105.38º78%39.22%-
HSV(B)105.38º87.64%69.8%-
XYZ17.9332.866.16-
YUV124.9369.9181.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.08%
GREEN value IS 178 (69.92% from 255) = 68.46%
BLUE value IS 22 (8.98% from 255) = 8.46%
R=23.08%
G=68.46%
B=8.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60178220.6600.880.30105.387839.22
Hex3CB216420581E694e27
Octal742622610201303615111647
Binary11110010110010101101000010010110001111011010011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,178,22); }

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

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

 a { background-color: rgb(60,178,22); }

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

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

 span { border-color: rgb(60,178,22); }

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