#3BC00D

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

Shades of Kelly Green #3BC00D

Tints of Kelly Green #3BC00D

Color information

#3BC00D (or 0x3BC00D) is unknown color: approx Kelly Green. HEX triplet: 3B, C0 and 0D. RGB value is (59,192,13). Sum of RGB (Red+Green+Blue) = 59+192+13=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC00D is #C43FF2. Grayscale: #848484. Windows color (decimal): -12861427 or 901179. OLE color: 901179.

HSL color Cylindrical-coordinate representation of color #3BC00D: hue angle of 104.58º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BC00D is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB5919213-
CMYK0.6900.930.25
HSL104.58º87.32%40.2%-
HSV(B)104.58º93.23%75.29%-
XYZ20.7338.666.75-
YUV131.8360.9476.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.35%
GREEN value IS 192 (75.39% from 255) = 72.73%
BLUE value IS 13 (5.47% from 255) = 4.92%
R=22.35%
G=72.73%
B=4.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59192130.6900.930.25104.5887.3240.2
Hex3BC0D4505D19695728
Octal733001510501353115112750
Binary1110111100000011011000101010111011100111010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,192,13); }

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

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

 a { background-color: rgb(59,192,13); }

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

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

 span { border-color: rgb(59,192,13); }

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