Html Css Color HEX #02F28E Medium Spring Green

📋 copy color: '#02F28E'

red 2 ◦ green 242 ◦ blue 142

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

Shades of Medium Spring Green #02F28E

Tints of Medium Spring Green #02F28E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 62.69%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 0.52%
G = 62.69%
B = 36.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#02F28E (or 0x02F28E) is known color: Medium Spring Green. HEX triplet: 02, F2 and 8E. RGB value is (2,242,142). Sum of RGB (Red+Green+Blue) = 2+242+142=386 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 386); Green value is 242 (94.92% from 255 or 62.69% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 242 - color contains mainly: green. Hex color #02F28E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F28E is #FD0D71. Grayscale: #9F9F9F. Windows color (decimal): -16584050 or 9368066. OLE color: 9368066.

HSL color Cylindrical-coordinate representation of color #02F28E: hue angle of 155º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F28E is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 242 142 -
CMYK 0.99 0 0.41 0.05
HSL 155º 0.98% 0.48% -
HSV(B) 155º 0.99% 0.95% -
XYZ 36.66 65.47 36.3 -
YUV 158.84 118.49 16.13 -
System Red Green Blue C M Y K H S L
Decimal 2 242 142 0.99 0 0.41 0.05 155 0.98 0.48
Hex 2 F2 8E 63 0 29 5 9B 62 30
Octal 2 362 216 143 0 51 5 233 142 60
Binary 10 11110010 10001110 1100011 0 101001 101 10011011 1100010 110000

Color Harmonies of #02F28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F28E

Black with #02F28E

Text Example


Text Example

White with #02F28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,242,142); }

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

background-color css

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

 a { background-color: rgb(2,242,142); }

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

border-color css

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

 span { border-color: rgb(2,242,142); }

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