Html Css Color HEX #03DD72 Spring Green

📋 copy color: '#03DD72'

red 3 ◦ green 221 ◦ blue 114

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

Shades of Spring Green #03DD72

Tints of Spring Green #03DD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65.38%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 0.89%
G = 65.38%
B = 33.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#03DD72 (or 0x03DD72) is known color: Spring Green. HEX triplet: 03, DD and 72. RGB value is (3,221,114). Sum of RGB (Red+Green+Blue) = 3+221+114=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 221 (86.72% from 255 or 65.38% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DD72 is #FC228D. Grayscale: #8F8F8F. Windows color (decimal): -16523918 or 7527683. OLE color: 7527683.

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

Color convert

RGB 3 221 114 -
CMYK 0.99 0 0.48 0.13
HSL 150.55º 0.97% 0.44% -
HSV(B) 150.55º 0.99% 0.87% -
XYZ 28.93 52.95 24.61 -
YUV 143.62 111.28 27.7 -
System Red Green Blue C M Y K H S L
Decimal 3 221 114 0.99 0 0.48 0.13 150.55 0.97 0.44
Hex 3 DD 72 63 0 30 D 97 61 2C
Octal 3 335 162 143 0 60 15 227 141 54
Binary 11 11011101 1110010 1100011 0 110000 1101 10010111 1100001 101100

Color Harmonies of #03DD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DD72

Black with #03DD72

Text Example


Text Example

White with #03DD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,221,114); }

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

background-color css

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

 a { background-color: rgb(3,221,114); }

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

border-color css

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

 span { border-color: rgb(3,221,114); }

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