Html Css Color HEX #03DC27 Dark Pastel Green

📋 copy color: '#03DC27'

red 3 ◦ green 220 ◦ blue 39

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

Shades of Dark Pastel Green #03DC27

Tints of Dark Pastel Green #03DC27

RGB

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

 GREEN value IS 220 (86.33% from 255) = 83.97%

 BLUE value IS 39 (15.63% from 255) = 14.89%

R = 1.15%
G = 83.97%
B = 14.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#03DC27 (or 0x03DC27) is known color: Dark Pastel Green. HEX triplet: 03, DC and 27. RGB value is (3,220,39). Sum of RGB (Red+Green+Blue) = 3+220+39=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 220 (86.33% from 255 or 83.97% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DC27 is #FC23D8. Grayscale: #868686. Windows color (decimal): -16524249 or 2612227. OLE color: 2612227.

HSL color Cylindrical-coordinate representation of color #03DC27: hue angle of 129.95º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DC27 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 220 39 -
CMYK 0.99 0 0.82 0.14
HSL 129.95º 0.97% 0.44% -
HSV(B) 129.95º 0.99% 0.86% -
XYZ 26 51.35 10.46 -
YUV 134.48 74.11 34.22 -
System Red Green Blue C M Y K H S L
Decimal 3 220 39 0.99 0 0.82 0.14 129.95 0.97 0.44
Hex 3 DC 27 63 0 52 E 82 61 2C
Octal 3 334 47 143 0 122 16 202 141 54
Binary 11 11011100 100111 1100011 0 1010010 1110 10000010 1100001 101100

Color Harmonies of #03DC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DC27

Black with #03DC27

Text Example


Text Example

White with #03DC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,220,39); }

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

background-color css

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

 a { background-color: rgb(3,220,39); }

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

border-color css

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

 span { border-color: rgb(3,220,39); }

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