Html Css Color HEX #02E472 Spring Green

📋 copy color: '#02E472'

red 2 ◦ green 228 ◦ blue 114

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

Shades of Spring Green #02E472

Tints of Spring Green #02E472

RGB

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

 GREEN value IS 228 (89.45% from 255) = 66.28%

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 0.58%
G = 66.28%
B = 33.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#02E472 (or 0x02E472) is known color: Spring Green. HEX triplet: 02, E4 and 72. RGB value is (2,228,114). Sum of RGB (Red+Green+Blue) = 2+228+114=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 228 (89.45% from 255 or 66.28% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 228 - color contains mainly: green. Hex color #02E472 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E472 is #FD1B8D. Grayscale: #939393. Windows color (decimal): -16587662 or 7529474. OLE color: 7529474.

HSL color Cylindrical-coordinate representation of color #02E472: hue angle of 149.73º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E472 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 228 114 -
CMYK 0.99 0 0.50 0.11
HSL 149.73º 0.98% 0.45% -
HSV(B) 149.73º 0.99% 0.89% -
XYZ 30.81 56.71 25.24 -
YUV 147.43 109.13 24.27 -
System Red Green Blue C M Y K H S L
Decimal 2 228 114 0.99 0 0.50 0.11 149.73 0.98 0.45
Hex 2 E4 72 63 0 32 B 96 62 2D
Octal 2 344 162 143 0 62 13 226 142 55
Binary 10 11100100 1110010 1100011 0 110010 1011 10010110 1100010 101101

Color Harmonies of #02E472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E472

Black with #02E472

Text Example


Text Example

White with #02E472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,228,114); }

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

background-color css

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

 a { background-color: rgb(2,228,114); }

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

border-color css

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

 span { border-color: rgb(2,228,114); }

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