Html Css Color HEX #02EC74 Spring Green

📋 copy color: '#02EC74'

red 2 ◦ green 236 ◦ blue 116

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

Shades of Spring Green #02EC74

Tints of Spring Green #02EC74

RGB

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

 GREEN value IS 236 (92.58% from 255) = 66.67%

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 0.56%
G = 66.67%
B = 32.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#02EC74 (or 0x02EC74) is known color: Spring Green. HEX triplet: 02, EC and 74. RGB value is (2,236,116). Sum of RGB (Red+Green+Blue) = 2+236+116=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 236 (92.58% from 255 or 66.67% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EC74 is #FD138B. Grayscale: #989898. Windows color (decimal): -16585612 or 7662594. OLE color: 7662594.

HSL color Cylindrical-coordinate representation of color #02EC74: hue angle of 149.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EC74 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 236 116 -
CMYK 0.99 0 0.51 0.07
HSL 149.23º 0.98% 0.47% -
HSV(B) 149.23º 0.99% 0.93% -
XYZ 33.17 61.26 26.6 -
YUV 152.35 107.48 20.76 -
System Red Green Blue C M Y K H S L
Decimal 2 236 116 0.99 0 0.51 0.07 149.23 0.98 0.47
Hex 2 EC 74 63 0 33 7 95 62 2F
Octal 2 354 164 143 0 63 7 225 142 57
Binary 10 11101100 1110100 1100011 0 110011 111 10010101 1100010 101111

Color Harmonies of #02EC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EC74

Black with #02EC74

Text Example


Text Example

White with #02EC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,236,116); }

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

background-color css

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

 a { background-color: rgb(2,236,116); }

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

border-color css

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

 span { border-color: rgb(2,236,116); }

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