Html Css Color HEX #03CC14 Dark Pastel Green

📋 copy color: '#03CC14'

red 3 ◦ green 204 ◦ blue 20

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

Shades of Dark Pastel Green #03CC14

Tints of Dark Pastel Green #03CC14

RGB

 RED value IS 3 (1.56% from 255) = 1.32%

 GREEN value IS 204 (80.08% from 255) = 89.87%

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 1.32%
G = 89.87%
B = 8.81%

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

#03CC14 (or 0x03CC14) is known color: Dark Pastel Green. HEX triplet: 03, CC and 14. RGB value is (3,204,20). Sum of RGB (Red+Green+Blue) = 3+204+20=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 204 (80.08% from 255 or 89.87% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CC14 is #FC33EB. Grayscale: #7B7B7B. Windows color (decimal): -16528364 or 1362947. OLE color: 1362947.

HSL color Cylindrical-coordinate representation of color #03CC14: hue angle of 125.07º 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 #03CC14 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 204 20 -
CMYK 0.99 0 0.90 0.2
HSL 125.07º 0.97% 0.41% -
HSV(B) 125.07º 0.99% 0.8% -
XYZ 21.76 43.26 7.86 -
YUV 122.93 69.91 42.46 -
System Red Green Blue C M Y K H S L
Decimal 3 204 20 0.99 0 0.90 0.2 125.07 0.97 0.41
Hex 3 CC 14 63 0 5A 14 7D 61 29
Octal 3 314 24 143 0 132 24 175 141 51
Binary 11 11001100 10100 1100011 0 1011010 10100 1111101 1100001 101001

Color Harmonies of #03CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC14

Black with #03CC14

Text Example


Text Example

White with #03CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03CC14;
 }
 .AnyTagClassName
 {
   color: #03CC14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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