#3CC00D

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

Shades of Kelly Green #3CC00D

Tints of Kelly Green #3CC00D

Color information

#3CC00D (or 0x3CC00D) is unknown color: approx Kelly Green. HEX triplet: 3C, C0 and 0D. RGB value is (60,192,13). Sum of RGB (Red+Green+Blue) = 60+192+13=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC00D is #C33FF2. Grayscale: #848484. Windows color (decimal): -12795891 or 901180. OLE color: 901180.

HSL color Cylindrical-coordinate representation of color #3CC00D: hue angle of 104.25º 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 #3CC00D is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB6019213-
CMYK0.6900.930.25
HSL104.25º87.32%40.2%-
HSV(B)104.25º93.23%75.29%-
XYZ20.7938.696.75-
YUV132.1360.7776.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.64%
GREEN value IS 192 (75.39% from 255) = 72.45%
BLUE value IS 13 (5.47% from 255) = 4.91%
R=22.64%
G=72.45%
B=4.91%

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
Decimal60192130.6900.930.25104.2587.3240.2
Hex3CC0D4505D19685728
Octal743001510501353115012750
Binary1111001100000011011000101010111011100111010001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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