Html Css Color HEX #03CC18 Dark Pastel Green

📋 copy color: '#03CC18'

red 3 ◦ green 204 ◦ blue 24

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

Shades of Dark Pastel Green #03CC18

Tints of Dark Pastel Green #03CC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.39%

R = 1.3%
G = 88.31%
B = 10.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#03CC18 (or 0x03CC18) is known color: Dark Pastel Green. HEX triplet: 03, CC and 18. RGB value is (3,204,24). Sum of RGB (Red+Green+Blue) = 3+204+24=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 204 (80.08% from 255 or 88.31% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03CC18 is #FC33E7. Grayscale: #7B7B7B. Windows color (decimal): -16528360 or 1625091. OLE color: 1625091.

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

Color convert

RGB 3 204 24 -
CMYK 0.99 0 0.88 0.2
HSL 126.27º 0.97% 0.41% -
HSV(B) 126.27º 0.99% 0.8% -
XYZ 21.8 43.27 8.07 -
YUV 123.38 71.91 42.14 -
System Red Green Blue C M Y K H S L
Decimal 3 204 24 0.99 0 0.88 0.2 126.27 0.97 0.41
Hex 3 CC 18 63 0 58 14 7E 61 29
Octal 3 314 30 143 0 130 24 176 141 51
Binary 11 11001100 11000 1100011 0 1011000 10100 1111110 1100001 101001

Color Harmonies of #03CC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC18

Black with #03CC18

Text Example


Text Example

White with #03CC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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