Html Css Color HEX #03CC29 Dark Pastel Green

📋 copy color: '#03CC29'

red 3 ◦ green 204 ◦ blue 41

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

Shades of Dark Pastel Green #03CC29

Tints of Dark Pastel Green #03CC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 1.21%
G = 82.26%
B = 16.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#03CC29 (or 0x03CC29) is known color: Dark Pastel Green. HEX triplet: 03, CC and 29. RGB value is (3,204,41). Sum of RGB (Red+Green+Blue) = 3+204+41=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 204 (80.08% from 255 or 82.26% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CC29 is #FC33D6. Grayscale: #7D7D7D. Windows color (decimal): -16528343 or 2739203. OLE color: 2739203.

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

Color convert

RGB 3 204 41 -
CMYK 0.99 0 0.80 0.2
HSL 131.34º 0.97% 0.41% -
HSV(B) 131.34º 0.99% 0.8% -
XYZ 22.03 43.37 9.31 -
YUV 125.32 80.41 40.75 -
System Red Green Blue C M Y K H S L
Decimal 3 204 41 0.99 0 0.80 0.2 131.34 0.97 0.41
Hex 3 CC 29 63 0 50 14 83 61 29
Octal 3 314 51 143 0 120 24 203 141 51
Binary 11 11001100 101001 1100011 0 1010000 10100 10000011 1100001 101001

Color Harmonies of #03CC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC29

Black with #03CC29

Text Example


Text Example

White with #03CC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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