Html Css Color HEX #03FF82 Spring Green

📋 copy color: '#03FF82'

red 3 ◦ green 255 ◦ blue 130

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

Shades of Spring Green #03FF82

Tints of Spring Green #03FF82

RGB

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

 GREEN value IS 255 (100% from 255) = 65.72%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 0.77%
G = 65.72%
B = 33.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#03FF82 (or 0x03FF82) is known color: Spring Green. HEX triplet: 03, FF and 82. RGB value is (3,255,130). Sum of RGB (Red+Green+Blue) = 3+255+130=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 255 (100% from 255 or 65.72% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03FF82 is #FC007D. Grayscale: #A5A5A5. Windows color (decimal): -16515198 or 8584963. OLE color: 8584963.

HSL color Cylindrical-coordinate representation of color #03FF82: hue angle of 150.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF82 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB 3 255 130 -
CMYK 0.99 0 0.49 0
HSL 150.24º 1% 0.51% -
HSV(B) 150.24º 0.99% 1% -
XYZ 39.83 73.15 33.14 -
YUV 165.4 108.01 12.16 -
System Red Green Blue C M Y K H S L
Decimal 3 255 130 0.99 0 0.49 0 150.24 1 0.51
Hex 3 FF 82 63 0 31 0 96 64 33
Octal 3 377 202 143 0 61 0 226 144 63
Binary 11 11111111 10000010 1100011 0 110001 0 10010110 1100100 110011

Color Harmonies of #03FF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FF82

Black with #03FF82

Text Example


Text Example

White with #03FF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,255,130); }

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

background-color css

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

 a { background-color: rgb(3,255,130); }

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

border-color css

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

 span { border-color: rgb(3,255,130); }

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