Html Css Color HEX #03CC26 Dark Pastel Green

📋 copy color: '#03CC26'

red 3 ◦ green 204 ◦ blue 38

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

Shades of Dark Pastel Green #03CC26

Tints of Dark Pastel Green #03CC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.51%

R = 1.22%
G = 83.27%
B = 15.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#03CC26 (or 0x03CC26) is known color: Dark Pastel Green. HEX triplet: 03, CC and 26. RGB value is (3,204,38). Sum of RGB (Red+Green+Blue) = 3+204+38=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 204 (80.08% from 255 or 83.27% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03CC26 is #FC33D9. Grayscale: #7D7D7D. Windows color (decimal): -16528346 or 2542595. OLE color: 2542595.

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

Color convert

RGB 3 204 38 -
CMYK 0.99 0 0.81 0.2
HSL 130.45º 0.97% 0.41% -
HSV(B) 130.45º 0.99% 0.8% -
XYZ 21.98 43.35 9.04 -
YUV 124.98 78.91 41 -
System Red Green Blue C M Y K H S L
Decimal 3 204 38 0.99 0 0.81 0.2 130.45 0.97 0.41
Hex 3 CC 26 63 0 51 14 82 61 29
Octal 3 314 46 143 0 121 24 202 141 51
Binary 11 11001100 100110 1100011 0 1010001 10100 10000010 1100001 101001

Color Harmonies of #03CC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC26

Black with #03CC26

Text Example


Text Example

White with #03CC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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