#3BCE00

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

Shades of Kelly Green #3BCE00

Tints of Kelly Green #3BCE00

Color information

#3BCE00 (or 0x3BCE00) is unknown color: approx Kelly Green. HEX triplet: 3B, CE and 00. RGB value is (59,206,0). Sum of RGB (Red+Green+Blue) = 59+206+0=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 206 (80.86% from 255 or 77.74% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BCE00 is #C431FF. Grayscale: #8B8B8B. Windows color (decimal): -12857856 or 52795. OLE color: 52795.

HSL color Cylindrical-coordinate representation of color #3BCE00: hue angle of 102.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BCE00 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB592060-
CMYK0.71010.19
HSL102.82º100%40.39%-
HSV(B)102.82º100%80.78%-
XYZ23.8745.077.44-
YUV138.5649.871.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.26%
GREEN value IS 206 (80.86% from 255) = 77.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.26%
G=77.74%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal5920600.71010.19102.8210040.39
Hex3BCE04706413676428
Octal73316010701442314714450
Binary1110111100111001000111011001001001111001111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,206,0); }

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

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

 a { background-color: rgb(59,206,0); }

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

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

 span { border-color: rgb(59,206,0); }

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