#3CBC04

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

Shades of Kelly Green #3CBC04

Tints of Kelly Green #3CBC04

Color information

#3CBC04 (or 0x3CBC04) is unknown color: approx Kelly Green. HEX triplet: 3C, BC and 04. RGB value is (60,188,4). Sum of RGB (Red+Green+Blue) = 60+188+4=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CBC04 is #C343FB. Grayscale: #818181. Windows color (decimal): -12796924 or 310332. OLE color: 310332.

HSL color Cylindrical-coordinate representation of color #3CBC04: hue angle of 101.74º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CBC04 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB601884-
CMYK0.6800.980.26
HSL101.74º95.83%37.65%-
HSV(B)101.74º97.87%73.73%-
XYZ19.8736.946.2-
YUV128.7557.5978.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.81%
GREEN value IS 188 (73.83% from 255) = 74.60%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=23.81%
G=74.60%
B=1.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6018840.6800.980.26101.7495.8337.65
Hex3CBC4440621A666026
Octal74274410401423214614046
Binary111100101111001001000100011000101101011001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,188,4); }

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

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

 a { background-color: rgb(60,188,4); }

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

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

 span { border-color: rgb(60,188,4); }

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