Html Css Color HEX #02FB74 Spring Green

📋 copy color: '#02FB74'

red 2 ◦ green 251 ◦ blue 116

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

Shades of Spring Green #02FB74

Tints of Spring Green #02FB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 0.54%
G = 68.02%
B = 31.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#02FB74 (or 0x02FB74) is known color: Spring Green. HEX triplet: 02, FB and 74. RGB value is (2,251,116). Sum of RGB (Red+Green+Blue) = 2+251+116=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 251 (98.44% from 255 or 68.02% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 251 - color contains mainly: green. Hex color #02FB74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FB74 is #FD048B. Grayscale: #A1A1A1. Windows color (decimal): -16581772 or 7666434. OLE color: 7666434.

HSL color Cylindrical-coordinate representation of color #02FB74: hue angle of 147.47º 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 #02FB74 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 251 116 -
CMYK 0.99 0 0.54 0.02
HSL 147.47º 0.98% 0.5% -
HSV(B) 147.47º 0.99% 0.98% -
XYZ 37.67 70.27 28.1 -
YUV 161.16 102.51 14.48 -
System Red Green Blue C M Y K H S L
Decimal 2 251 116 0.99 0 0.54 0.02 147.47 0.98 0.5
Hex 2 FB 74 63 0 36 2 93 62 32
Octal 2 373 164 143 0 66 2 223 142 62
Binary 10 11111011 1110100 1100011 0 110110 10 10010011 1100010 110010

Color Harmonies of #02FB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FB74

Black with #02FB74

Text Example


Text Example

White with #02FB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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