Html Css Color HEX #02FD5C Spring Green

📋 copy color: '#02FD5C'

red 2 ◦ green 253 ◦ blue 92

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

Shades of Spring Green #02FD5C

Tints of Spring Green #02FD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 0.58%
G = 72.91%
B = 26.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#02FD5C (or 0x02FD5C) is known color: Spring Green. HEX triplet: 02, FD and 5C. RGB value is (2,253,92). Sum of RGB (Red+Green+Blue) = 2+253+92=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 253 (99.22% from 255 or 72.91% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 253 - color contains mainly: green. Hex color #02FD5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FD5C is #FD02A3. Grayscale: #9F9F9F. Windows color (decimal): -16581284 or 6094082. OLE color: 6094082.

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

Color convert

RGB 2 253 92 -
CMYK 0.99 0 0.64 0.01
HSL 141.51º 0.98% 0.5% -
HSV(B) 141.51º 0.99% 0.99% -
XYZ 37.08 71.04 21.88 -
YUV 159.6 89.84 15.59 -
System Red Green Blue C M Y K H S L
Decimal 2 253 92 0.99 0 0.64 0.01 141.51 0.98 0.5
Hex 2 FD 5C 63 0 40 1 8E 62 32
Octal 2 375 134 143 0 100 1 216 142 62
Binary 10 11111101 1011100 1100011 0 1000000 1 10001110 1100010 110010

Color Harmonies of #02FD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FD5C

Black with #02FD5C

Text Example


Text Example

White with #02FD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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