Html Css Color HEX #02F589 Spring Green

📋 copy color: '#02F589'

red 2 ◦ green 245 ◦ blue 137

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

Shades of Spring Green #02F589

Tints of Spring Green #02F589

RGB

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

 GREEN value IS 245 (96.09% from 255) = 63.8%

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

R = 0.52%
G = 63.8%
B = 35.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#02F589 (or 0x02F589) is known color: Spring Green. HEX triplet: 02, F5 and 89. RGB value is (2,245,137). Sum of RGB (Red+Green+Blue) = 2+245+137=384 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 384); Green value is 245 (96.09% from 255 or 63.80% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 245 - color contains mainly: green. Hex color #02F589 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F589 is #FD0A76. Grayscale: #A0A0A0. Windows color (decimal): -16583287 or 9041154. OLE color: 9041154.

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

Color convert

RGB 2 245 137 -
CMYK 0.99 0 0.44 0.04
HSL 153.33º 0.98% 0.48% -
HSV(B) 153.33º 0.99% 0.96% -
XYZ 37.19 67.12 34.66 -
YUV 160.03 114.99 15.28 -
System Red Green Blue C M Y K H S L
Decimal 2 245 137 0.99 0 0.44 0.04 153.33 0.98 0.48
Hex 2 F5 89 63 0 2C 4 99 62 30
Octal 2 365 211 143 0 54 4 231 142 60
Binary 10 11110101 10001001 1100011 0 101100 100 10011001 1100010 110000

Color Harmonies of #02F589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F589

Black with #02F589

Text Example


Text Example

White with #02F589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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