#3CBA1E

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

Shades of Kelly Green #3CBA1E

Tints of Kelly Green #3CBA1E

Color information

#3CBA1E (or 0x3CBA1E) is unknown color: approx Kelly Green. HEX triplet: 3C, BA and 1E. RGB value is (60,186,30). Sum of RGB (Red+Green+Blue) = 60+186+30=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA1E is #C345E1. Grayscale: #838383. Windows color (decimal): -12797410 or 2013756. OLE color: 2013756.

HSL color Cylindrical-coordinate representation of color #3CBA1E: hue angle of 108.46º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CBA1E is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB6018630-
CMYK0.6800.840.27
HSL108.46º72.22%42.35%-
HSV(B)108.46º83.87%72.94%-
XYZ19.6636.177.17-
YUV130.5471.2677.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 186 (73.05% from 255) = 67.39%
BLUE value IS 30 (12.11% from 255) = 10.87%
R=21.74%
G=67.39%
B=10.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60186300.6800.840.27108.4672.2242.35
Hex3CBA1E440541B6c482a
Octal742723610401243315411052
Binary11110010111010111101000100010101001101111011001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,186,30); }

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

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

 a { background-color: rgb(60,186,30); }

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

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

 span { border-color: rgb(60,186,30); }

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