Html Css Color HEX #02F15D Malachite

📋 copy color: '#02F15D'

red 2 ◦ green 241 ◦ blue 93

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

Shades of Malachite #02F15D

Tints of Malachite #02F15D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.73%

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 0.6%
G = 71.73%
B = 27.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#02F15D (or 0x02F15D) is known color: Malachite. HEX triplet: 02, F1 and 5D. RGB value is (2,241,93). Sum of RGB (Red+Green+Blue) = 2+241+93=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #02F15D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F15D is #FD0EA2. Grayscale: #999999. Windows color (decimal): -16584355 or 6156546. OLE color: 6156546.

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

Color convert

RGB 2 241 93 -
CMYK 0.99 0 0.61 0.05
HSL 142.85º 0.98% 0.48% -
HSV(B) 142.85º 0.99% 0.95% -
XYZ 33.46 63.71 20.89 -
YUV 152.67 94.32 20.53 -
System Red Green Blue C M Y K H S L
Decimal 2 241 93 0.99 0 0.61 0.05 142.85 0.98 0.48
Hex 2 F1 5D 63 0 3D 5 8F 62 30
Octal 2 361 135 143 0 75 5 217 142 60
Binary 10 11110001 1011101 1100011 0 111101 101 10001111 1100010 110000

Color Harmonies of #02F15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F15D

Black with #02F15D

Text Example


Text Example

White with #02F15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,241,93); }

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

background-color css

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

 a { background-color: rgb(2,241,93); }

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

border-color css

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

 span { border-color: rgb(2,241,93); }

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