Html Css Color HEX #02FD6A Spring Green

📋 copy color: '#02FD6A'

red 2 ◦ green 253 ◦ blue 106

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

Shades of Spring Green #02FD6A

Tints of Spring Green #02FD6A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 70.08%

 BLUE value IS 106 (41.8% from 255) = 29.36%

R = 0.55%
G = 70.08%
B = 29.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#02FD6A (or 0x02FD6A) is known color: Spring Green. HEX triplet: 02, FD and 6A. RGB value is (2,253,106). Sum of RGB (Red+Green+Blue) = 2+253+106=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 253 (99.22% from 255 or 70.08% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 253 - color contains mainly: green. Hex color #02FD6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FD6A is #FD0295. Grayscale: #A1A1A1. Windows color (decimal): -16581270 or 7011586. OLE color: 7011586.

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

Color convert

RGB 2 253 106 -
CMYK 0.99 0 0.58 0.01
HSL 144.86º 0.98% 0.5% -
HSV(B) 144.86º 0.99% 0.99% -
XYZ 37.75 71.3 25.41 -
YUV 161.19 96.84 14.45 -
System Red Green Blue C M Y K H S L
Decimal 2 253 106 0.99 0 0.58 0.01 144.86 0.98 0.5
Hex 2 FD 6A 63 0 3A 1 91 62 32
Octal 2 375 152 143 0 72 1 221 142 62
Binary 10 11111101 1101010 1100011 0 111010 1 10010001 1100010 110010

Color Harmonies of #02FD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FD6A

Black with #02FD6A

Text Example


Text Example

White with #02FD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,253,106); }

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

background-color css

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

 a { background-color: rgb(2,253,106); }

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

border-color css

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

 span { border-color: rgb(2,253,106); }

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