#3BC10E

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

Shades of Kelly Green #3BC10E

Tints of Kelly Green #3BC10E

Color information

#3BC10E (or 0x3BC10E) is unknown color: approx Kelly Green. HEX triplet: 3B, C1 and 0E. RGB value is (59,193,14). Sum of RGB (Red+Green+Blue) = 59+193+14=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 193 (75.78% from 255 or 72.56% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BC10E is #C43EF1. Grayscale: #858585. Windows color (decimal): -12861170 or 966971. OLE color: 966971.

HSL color Cylindrical-coordinate representation of color #3BC10E: hue angle of 104.92º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3BC10E is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB5919314-
CMYK0.6900.930.24
HSL104.92º86.47%40.59%-
HSV(B)104.92º92.75%75.69%-
XYZ20.9539.16.86-
YUV132.5361.1175.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.18%
GREEN value IS 193 (75.78% from 255) = 72.56%
BLUE value IS 14 (5.86% from 255) = 5.26%
R=22.18%
G=72.56%
B=5.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59193140.6900.930.24104.9286.4740.59
Hex3BC1E4505D18695629
Octal733011610501353015112651
Binary1110111100000111101000101010111011100011010011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,193,14); }

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

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

 a { background-color: rgb(59,193,14); }

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

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

 span { border-color: rgb(59,193,14); }

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