Html Css Color HEX #02FB8C Spring Green

📋 copy color: '#02FB8C'

red 2 ◦ green 251 ◦ blue 140

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

Shades of Spring Green #02FB8C

Tints of Spring Green #02FB8C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 63.87%

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 0.51%
G = 63.87%
B = 35.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#02FB8C (or 0x02FB8C) is known color: Spring Green. HEX triplet: 02, FB and 8C. RGB value is (2,251,140). Sum of RGB (Red+Green+Blue) = 2+251+140=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 251 (98.44% from 255 or 63.87% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 251 - color contains mainly: green. Hex color #02FB8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FB8C is #FD0473. Grayscale: #A4A4A4. Windows color (decimal): -16581748 or 9239298. OLE color: 9239298.

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

Color convert

RGB 2 251 140 -
CMYK 0.99 0 0.44 0.02
HSL 153.25º 0.98% 0.5% -
HSV(B) 153.25º 0.99% 0.98% -
XYZ 39.26 70.9 36.43 -
YUV 163.9 114.51 12.53 -
System Red Green Blue C M Y K H S L
Decimal 2 251 140 0.99 0 0.44 0.02 153.25 0.98 0.5
Hex 2 FB 8C 63 0 2C 2 99 62 32
Octal 2 373 214 143 0 54 2 231 142 62
Binary 10 11111011 10001100 1100011 0 101100 10 10011001 1100010 110010

Color Harmonies of #02FB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FB8C

Black with #02FB8C

Text Example


Text Example

White with #02FB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,251,140); }

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

background-color css

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

 a { background-color: rgb(2,251,140); }

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

border-color css

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

 span { border-color: rgb(2,251,140); }

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