Html Css Color HEX #02F28B Medium Spring Green

📋 copy color: '#02F28B'

red 2 ◦ green 242 ◦ blue 139

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

Shades of Medium Spring Green #02F28B

Tints of Medium Spring Green #02F28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 0.52%
G = 63.19%
B = 36.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#02F28B (or 0x02F28B) is known color: Medium Spring Green. HEX triplet: 02, F2 and 8B. RGB value is (2,242,139). Sum of RGB (Red+Green+Blue) = 2+242+139=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 242 (94.92% from 255 or 63.19% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 242 - color contains mainly: green. Hex color #02F28B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F28B is #FD0D74. Grayscale: #9E9E9E. Windows color (decimal): -16584053 or 9171458. OLE color: 9171458.

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

Color convert

RGB 2 242 139 -
CMYK 0.99 0 0.43 0.05
HSL 154.25º 0.98% 0.48% -
HSV(B) 154.25º 0.99% 0.95% -
XYZ 36.44 65.38 35.13 -
YUV 158.5 116.99 16.38 -
System Red Green Blue C M Y K H S L
Decimal 2 242 139 0.99 0 0.43 0.05 154.25 0.98 0.48
Hex 2 F2 8B 63 0 2B 5 9A 62 30
Octal 2 362 213 143 0 53 5 232 142 60
Binary 10 11110010 10001011 1100011 0 101011 101 10011010 1100010 110000

Color Harmonies of #02F28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F28B

Black with #02F28B

Text Example


Text Example

White with #02F28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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