#3CC10D

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

Shades of Kelly Green #3CC10D

Tints of Kelly Green #3CC10D

Color information

#3CC10D (or 0x3CC10D) is unknown color: approx Kelly Green. HEX triplet: 3C, C1 and 0D. RGB value is (60,193,13). Sum of RGB (Red+Green+Blue) = 60+193+13=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 193 (75.78% from 255 or 72.56% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC10D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CC10D is #C33EF2. Grayscale: #858585. Windows color (decimal): -12795635 or 901436. OLE color: 901436.

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

Color convert

RGB6019313-
CMYK0.6900.930.24
HSL104.33º87.38%40.39%-
HSV(B)104.33º93.26%75.69%-
XYZ21.0139.136.83-
YUV132.7160.4476.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.56%
GREEN value IS 193 (75.78% from 255) = 72.56%
BLUE value IS 13 (5.47% from 255) = 4.89%
R=22.56%
G=72.56%
B=4.89%

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
Decimal60193130.6900.930.24104.3387.3840.39
Hex3CC1D4505D18685728
Octal743011510501353015012750
Binary1111001100000111011000101010111011100011010001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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