#3CB60F

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

Shades of Kelly Green #3CB60F

Tints of Kelly Green #3CB60F

Color information

#3CB60F (or 0x3CB60F) is unknown color: approx Kelly Green. HEX triplet: 3C, B6 and 0F. RGB value is (60,182,15). Sum of RGB (Red+Green+Blue) = 60+182+15=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 182 (71.48% from 255 or 70.82% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB60F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB60F is #C349F0. Grayscale: #7F7F7F. Windows color (decimal): -12798449 or 1029692. OLE color: 1029692.

HSL color Cylindrical-coordinate representation of color #3CB60F: hue angle of 103.83º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CB60F is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB6018215-
CMYK0.6700.920.29
HSL103.83º84.77%38.63%-
HSV(B)103.83º91.76%71.37%-
XYZ18.6834.456.12-
YUV126.4865.0880.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.35%
GREEN value IS 182 (71.48% from 255) = 70.82%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=23.35%
G=70.82%
B=5.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60182150.6700.920.29103.8384.7738.63
Hex3CB6F4305C1D685527
Octal742661710301343515012547
Binary1111001011011011111000011010111001110111010001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,182,15); }

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

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

 a { background-color: rgb(60,182,15); }

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

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

 span { border-color: rgb(60,182,15); }

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