#3CCB0E

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

Shades of Kelly Green #3CCB0E

Tints of Kelly Green #3CCB0E

Color information

#3CCB0E (or 0x3CCB0E) is unknown color: approx Kelly Green. HEX triplet: 3C, CB and 0E. RGB value is (60,203,14). Sum of RGB (Red+Green+Blue) = 60+203+14=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 203 (79.69% from 255 or 73.29% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CCB0E is #C334F1. Grayscale: #8B8B8B. Windows color (decimal): -12793074 or 969532. OLE color: 969532.

HSL color Cylindrical-coordinate representation of color #3CCB0E: hue angle of 105.4º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CCB0E is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB6020314-
CMYK0.7000.930.20
HSL105.4º87.1%42.55%-
HSV(B)105.4º93.1%79.61%-
XYZ23.343.77.62-
YUV138.757.6271.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.66%
GREEN value IS 203 (79.69% from 255) = 73.29%
BLUE value IS 14 (5.86% from 255) = 5.05%
R=21.66%
G=73.29%
B=5.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal60203140.7000.930.20105.487.142.55
Hex3CCBE4605D1469572b
Octal743131610601352415112753
Binary1111001100101111101000110010111011010011010011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,203,14); }

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

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

 a { background-color: rgb(60,203,14); }

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

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

 span { border-color: rgb(60,203,14); }

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