Html Css Color HEX #02E471 Spring Green

📋 copy color: '#02E471'

red 2 ◦ green 228 ◦ blue 113

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

Shades of Spring Green #02E471

Tints of Spring Green #02E471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 0.58%
G = 66.47%
B = 32.94%

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

#02E471 (or 0x02E471) is known color: Spring Green. HEX triplet: 02, E4 and 71. RGB value is (2,228,113). Sum of RGB (Red+Green+Blue) = 2+228+113=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 228 (89.45% from 255 or 66.47% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 228 - color contains mainly: green. Hex color #02E471 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E471 is #FD1B8E. Grayscale: #939393. Windows color (decimal): -16587663 or 7463938. OLE color: 7463938.

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

Color convert

RGB 2 228 113 -
CMYK 0.99 0 0.50 0.11
HSL 149.47º 0.98% 0.45% -
HSV(B) 149.47º 0.99% 0.89% -
XYZ 30.75 56.69 24.94 -
YUV 147.32 108.63 24.35 -
System Red Green Blue C M Y K H S L
Decimal 2 228 113 0.99 0 0.50 0.11 149.47 0.98 0.45
Hex 2 E4 71 63 0 32 B 95 62 2D
Octal 2 344 161 143 0 62 13 225 142 55
Binary 10 11100100 1110001 1100011 0 110010 1011 10010101 1100010 101101

Color Harmonies of #02E471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E471

Black with #02E471

Text Example


Text Example

White with #02E471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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