Html Css Color HEX #02F67B Spring Green

📋 copy color: '#02F67B'

red 2 ◦ green 246 ◦ blue 123

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

Shades of Spring Green #02F67B

Tints of Spring Green #02F67B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 0.54%
G = 66.31%
B = 33.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#02F67B (or 0x02F67B) is known color: Spring Green. HEX triplet: 02, F6 and 7B. RGB value is (2,246,123). Sum of RGB (Red+Green+Blue) = 2+246+123=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 246 (96.48% from 255 or 66.31% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 246 - color contains mainly: green. Hex color #02F67B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F67B is #FD0984. Grayscale: #9F9F9F. Windows color (decimal): -16583045 or 8123906. OLE color: 8123906.

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

Color convert

RGB 2 246 123 -
CMYK 0.99 0 0.50 0.04
HSL 149.75º 0.98% 0.49% -
HSV(B) 149.75º 0.99% 0.96% -
XYZ 36.56 67.35 29.81 -
YUV 159.02 107.66 16 -
System Red Green Blue C M Y K H S L
Decimal 2 246 123 0.99 0 0.50 0.04 149.75 0.98 0.49
Hex 2 F6 7B 63 0 32 4 96 62 31
Octal 2 366 173 143 0 62 4 226 142 61
Binary 10 11110110 1111011 1100011 0 110010 100 10010110 1100010 110001

Color Harmonies of #02F67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F67B

Black with #02F67B

Text Example


Text Example

White with #02F67B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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