Html Css Color HEX #02F089 Spring Green

📋 copy color: '#02F089'

red 2 ◦ green 240 ◦ blue 137

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

Shades of Spring Green #02F089

Tints of Spring Green #02F089

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.32%

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 0.53%
G = 63.32%
B = 36.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#02F089 (or 0x02F089) is known color: Spring Green. HEX triplet: 02, F0 and 89. RGB value is (2,240,137). Sum of RGB (Red+Green+Blue) = 2+240+137=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #02F089 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F089 is #FD0F76. Grayscale: #9D9D9D. Windows color (decimal): -16584567 or 9039874. OLE color: 9039874.

HSL color Cylindrical-coordinate representation of color #02F089: hue angle of 154.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F089 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 240 137 -
CMYK 0.99 0 0.43 0.06
HSL 154.03º 0.98% 0.47% -
HSV(B) 154.03º 0.99% 0.94% -
XYZ 35.7 64.14 34.17 -
YUV 157.1 116.65 17.38 -
System Red Green Blue C M Y K H S L
Decimal 2 240 137 0.99 0 0.43 0.06 154.03 0.98 0.47
Hex 2 F0 89 63 0 2B 6 9A 62 2F
Octal 2 360 211 143 0 53 6 232 142 57
Binary 10 11110000 10001001 1100011 0 101011 110 10011010 1100010 101111

Color Harmonies of #02F089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F089

Black with #02F089

Text Example


Text Example

White with #02F089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,240,137); }

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

background-color css

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

 a { background-color: rgb(2,240,137); }

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

border-color css

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

 span { border-color: rgb(2,240,137); }

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