Html Css Color HEX #02F67E Spring Green

📋 copy color: '#02F67E'

red 2 ◦ green 246 ◦ blue 126

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

Shades of Spring Green #02F67E

Tints of Spring Green #02F67E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 65.78%

 BLUE value IS 126 (49.61% from 255) = 33.69%

R = 0.53%
G = 65.78%
B = 33.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#02F67E (or 0x02F67E) is known color: Spring Green. HEX triplet: 02, F6 and 7E. RGB value is (2,246,126). Sum of RGB (Red+Green+Blue) = 2+246+126=374 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 374); Green value is 246 (96.48% from 255 or 65.78% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 246 - color contains mainly: green. Hex color #02F67E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F67E is #FD0981. Grayscale: #9F9F9F. Windows color (decimal): -16583042 or 8320514. OLE color: 8320514.

HSL color Cylindrical-coordinate representation of color #02F67E: hue angle of 150.49º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F67E is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 246 126 -
CMYK 0.99 0 0.49 0.04
HSL 150.49º 0.98% 0.49% -
HSV(B) 150.49º 0.99% 0.96% -
XYZ 36.75 67.43 30.82 -
YUV 159.36 109.16 15.76 -
System Red Green Blue C M Y K H S L
Decimal 2 246 126 0.99 0 0.49 0.04 150.49 0.98 0.49
Hex 2 F6 7E 63 0 31 4 96 62 31
Octal 2 366 176 143 0 61 4 226 142 61
Binary 10 11110110 1111110 1100011 0 110001 100 10010110 1100010 110001

Color Harmonies of #02F67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F67E

Black with #02F67E

Text Example


Text Example

White with #02F67E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,246,126); }

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

background-color css

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

 a { background-color: rgb(2,246,126); }

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

border-color css

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

 span { border-color: rgb(2,246,126); }

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