#3CBA00

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

Shades of Kelly Green #3CBA00

Tints of Kelly Green #3CBA00

Color information

#3CBA00 (or 0x3CBA00) is unknown color: approx Kelly Green. HEX triplet: 3C, BA and 00. RGB value is (60,186,0). Sum of RGB (Red+Green+Blue) = 60+186+0=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 186 (73.05% from 255 or 75.61% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBA00 is #C345FF. Grayscale: #7F7F7F. Windows color (decimal): -12797440 or 47676. OLE color: 47676.

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

Color convert

RGB601860-
CMYK0.68010.27
HSL100.65º100%36.47%-
HSV(B)100.65º100%72.94%-
XYZ19.4236.085.94-
YUV127.1256.2680.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.39%
GREEN value IS 186 (73.05% from 255) = 75.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.39%
G=75.61%
B=0%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6018600.68010.27100.6510036.47
Hex3CBA0440641B656424
Octal74272010401443314514444
Binary1111001011101001000100011001001101111001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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