#03CC15

Color #03CC15 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #03CC15

Tints of Dark Pastel Green #03CC15

Color information

#03CC15 (or 0x03CC15) is unknown color: approx Dark Pastel Green. HEX triplet: 03, CC and 15. RGB value is (3,204,21). Sum of RGB (Red+Green+Blue) = 3+204+21=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 204 (80.08% from 255 or 89.47% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CC15 is #FC33EA. Grayscale: #7B7B7B. Windows color (decimal): -16528363 or 1428483. OLE color: 1428483.

HSL color Cylindrical-coordinate representation of color #03CC15: hue angle of 125.37º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC15 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB320421-
CMYK0.9900.900.2
HSL125.37º97.1%40.59%-
HSV(B)125.37º98.53%80%-
XYZ21.7743.267.91-
YUV123.0470.4142.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 204 (80.08% from 255) = 89.47%
BLUE value IS 21 (8.59% from 255) = 9.21%
R=1.32%
G=89.47%
B=9.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal3204210.9900.900.2125.3797.140.59
Hex3CC156305A147d6129
Octal33142514301322417514151
Binary1111001100101011100011010110101010011111011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03CC15; }

 p { color: rgb(3,204,21); }

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

<style>
 a { background-color: #03CC15; }

 a { background-color: rgb(3,204,21); }

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

<style>
 span { border-color: #03CC15; }

 span { border-color: rgb(3,204,21); }

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