Html Css Color HEX #03CC15 Dark Pastel Green

📋 copy color: '#03CC15'

red 3 ◦ green 204 ◦ blue 21

#03CC15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #03CC15

Tints of Dark Pastel Green #03CC15

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 value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#03CC15 (or 0x03CC15) is known color: 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

RGB 3 204 21 -
CMYK 0.99 0 0.90 0.2
HSL 125.37º 0.97% 0.41% -
HSV(B) 125.37º 0.99% 0.8% -
XYZ 21.77 43.26 7.91 -
YUV 123.04 70.41 42.38 -
System Red Green Blue C M Y K H S L
Decimal 3 204 21 0.99 0 0.90 0.2 125.37 0.97 0.41
Hex 3 CC 15 63 0 5A 14 7D 61 29
Octal 3 314 25 143 0 132 24 175 141 51
Binary 11 11001100 10101 1100011 0 1011010 10100 1111101 1100001 101001

Color Harmonies of #03CC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC15

Black with #03CC15

Text Example


Text Example

White with #03CC15

Text Example


Text Example

HTML Codes & Css Web 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>