Html Css Color HEX #02F38E Medium Spring Green

📋 copy color: '#02F38E'

red 2 ◦ green 243 ◦ blue 142

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

Shades of Medium Spring Green #02F38E

Tints of Medium Spring Green #02F38E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 62.79%

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

R = 0.52%
G = 62.79%
B = 36.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#02F38E (or 0x02F38E) is known color: Medium Spring Green. HEX triplet: 02, F3 and 8E. RGB value is (2,243,142). Sum of RGB (Red+Green+Blue) = 2+243+142=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 243 (95.31% from 255 or 62.79% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 243 - color contains mainly: green. Hex color #02F38E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F38E is #FD0C71. Grayscale: #9F9F9F. Windows color (decimal): -16583794 or 9368322. OLE color: 9368322.

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

Color convert

RGB 2 243 142 -
CMYK 0.99 0 0.42 0.05
HSL 154.85º 0.98% 0.48% -
HSV(B) 154.85º 0.99% 0.95% -
XYZ 36.96 66.07 36.4 -
YUV 159.43 118.16 15.71 -
System Red Green Blue C M Y K H S L
Decimal 2 243 142 0.99 0 0.42 0.05 154.85 0.98 0.48
Hex 2 F3 8E 63 0 2A 5 9B 62 30
Octal 2 363 216 143 0 52 5 233 142 60
Binary 10 11110011 10001110 1100011 0 101010 101 10011011 1100010 110000

Color Harmonies of #02F38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F38E

Black with #02F38E

Text Example


Text Example

White with #02F38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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