Html Css Color HEX #02E47D Spring Green

📋 copy color: '#02E47D'

red 2 ◦ green 228 ◦ blue 125

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

Shades of Spring Green #02E47D

Tints of Spring Green #02E47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 0.56%
G = 64.23%
B = 35.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#02E47D (or 0x02E47D) is known color: Spring Green. HEX triplet: 02, E4 and 7D. RGB value is (2,228,125). Sum of RGB (Red+Green+Blue) = 2+228+125=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 228 (89.45% from 255 or 64.23% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 228 - color contains mainly: green. Hex color #02E47D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E47D is #FD1B82. Grayscale: #949494. Windows color (decimal): -16587651 or 8250370. OLE color: 8250370.

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

Color convert

RGB 2 228 125 -
CMYK 0.99 0 0.45 0.11
HSL 152.65º 0.98% 0.45% -
HSV(B) 152.65º 0.99% 0.89% -
XYZ 31.47 56.98 28.74 -
YUV 148.68 114.63 23.38 -
System Red Green Blue C M Y K H S L
Decimal 2 228 125 0.99 0 0.45 0.11 152.65 0.98 0.45
Hex 2 E4 7D 63 0 2D B 99 62 2D
Octal 2 344 175 143 0 55 13 231 142 55
Binary 10 11100100 1111101 1100011 0 101101 1011 10011001 1100010 101101

Color Harmonies of #02E47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E47D

Black with #02E47D

Text Example


Text Example

White with #02E47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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