#3CBA03

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

Shades of Kelly Green #3CBA03

Tints of Kelly Green #3CBA03

Color information

#3CBA03 (or 0x3CBA03) is unknown color: approx Kelly Green. HEX triplet: 3C, BA and 03. RGB value is (60,186,3). Sum of RGB (Red+Green+Blue) = 60+186+3=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 186 (73.05% from 255 or 74.70% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBA03 is #C345FC. Grayscale: #808080. Windows color (decimal): -12797437 or 244284. OLE color: 244284.

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

Color convert

RGB601863-
CMYK0.6800.980.27
HSL101.31º96.83%37.06%-
HSV(B)101.31º98.39%72.94%-
XYZ19.4436.096.03-
YUV127.4657.7679.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.10%
GREEN value IS 186 (73.05% from 255) = 74.70%
BLUE value IS 3 (1.56% from 255) = 1.20%
R=24.10%
G=74.70%
B=1.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6018630.6800.980.27101.3196.8337.06
Hex3CBA3440621B656125
Octal74272310401423314514145
Binary11110010111010111000100011000101101111001011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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