Html Css Color HEX #02FF8D Spring Green

📋 copy color: '#02FF8D'

red 2 ◦ green 255 ◦ blue 141

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

Shades of Spring Green #02FF8D

Tints of Spring Green #02FF8D

RGB

 RED value IS 2 (1.17% from 255) = 0.5%

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

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 0.5%
G = 64.07%
B = 35.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#02FF8D (or 0x02FF8D) is known color: Spring Green. HEX triplet: 02, FF and 8D. RGB value is (2,255,141). Sum of RGB (Red+Green+Blue) = 2+255+141=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 255 (100% from 255 or 64.07% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FF8D is #FD0072. Grayscale: #A6A6A6. Windows color (decimal): -16580723 or 9305858. OLE color: 9305858.

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

Color convert

RGB 2 255 141 -
CMYK 0.99 0 0.45 0
HSL 152.96º 1% 0.5% -
HSV(B) 152.96º 0.99% 1% -
XYZ 40.59 73.46 37.24 -
YUV 166.36 113.68 10.77 -
System Red Green Blue C M Y K H S L
Decimal 2 255 141 0.99 0 0.45 0 152.96 1 0.5
Hex 2 FF 8D 63 0 2D 0 99 64 32
Octal 2 377 215 143 0 55 0 231 144 62
Binary 10 11111111 10001101 1100011 0 101101 0 10011001 1100100 110010

Color Harmonies of #02FF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FF8D

Black with #02FF8D

Text Example


Text Example

White with #02FF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02FF8D; }

 p { color: rgb(2,255,141); }

 H1.HeaderClassName
 {
   color: #02FF8D;
 }
 .AnyTagClassName
 {
   color: #02FF8D;
 }
</style>

background-color css

<style>
 a { background-color: #02FF8D; }

 a { background-color: rgb(2,255,141); }

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

border-color css

<style>
 span { border-color: #02FF8D; }

 span { border-color: rgb(2,255,141); }

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