Html Css Color HEX #02E779 Spring Green

📋 copy color: '#02E779'

red 2 ◦ green 231 ◦ blue 121

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

Shades of Spring Green #02E779

Tints of Spring Green #02E779

RGB

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

 GREEN value IS 231 (90.63% from 255) = 65.25%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 0.56%
G = 65.25%
B = 34.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#02E779 (or 0x02E779) is known color: Spring Green. HEX triplet: 02, E7 and 79. RGB value is (2,231,121). Sum of RGB (Red+Green+Blue) = 2+231+121=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 231 (90.62% from 255 or 65.25% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 231 - color contains mainly: green. Hex color #02E779 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E779 is #FD1886. Grayscale: #969696. Windows color (decimal): -16586887 or 7988994. OLE color: 7988994.

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

Color convert

RGB 2 231 121 -
CMYK 0.99 0 0.48 0.09
HSL 151.18º 0.98% 0.46% -
HSV(B) 151.18º 0.99% 0.91% -
XYZ 32.05 58.55 27.7 -
YUV 149.99 111.63 22.44 -
System Red Green Blue C M Y K H S L
Decimal 2 231 121 0.99 0 0.48 0.09 151.18 0.98 0.46
Hex 2 E7 79 63 0 30 9 97 62 2E
Octal 2 347 171 143 0 60 11 227 142 56
Binary 10 11100111 1111001 1100011 0 110000 1001 10010111 1100010 101110

Color Harmonies of #02E779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E779

Black with #02E779

Text Example


Text Example

White with #02E779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,231,121); }

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

background-color css

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

 a { background-color: rgb(2,231,121); }

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

border-color css

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

 span { border-color: rgb(2,231,121); }

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