Html Css Color HEX #02F15C Malachite

📋 copy color: '#02F15C'

red 2 ◦ green 241 ◦ blue 92

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

Shades of Malachite #02F15C

Tints of Malachite #02F15C

RGB

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

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

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

R = 0.6%
G = 71.94%
B = 27.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#02F15C (or 0x02F15C) is known color: Malachite. HEX triplet: 02, F1 and 5C. RGB value is (2,241,92). Sum of RGB (Red+Green+Blue) = 2+241+92=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 241 (94.53% from 255 or 71.94% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 241 - color contains mainly: green. Hex color #02F15C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F15C is #FD0EA3. Grayscale: #989898. Windows color (decimal): -16584356 or 6091010. OLE color: 6091010.

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

Color convert

RGB 2 241 92 -
CMYK 0.99 0 0.62 0.05
HSL 142.59º 0.98% 0.48% -
HSV(B) 142.59º 0.99% 0.95% -
XYZ 33.41 63.7 20.66 -
YUV 152.55 93.82 20.62 -
System Red Green Blue C M Y K H S L
Decimal 2 241 92 0.99 0 0.62 0.05 142.59 0.98 0.48
Hex 2 F1 5C 63 0 3E 5 8F 62 30
Octal 2 361 134 143 0 76 5 217 142 60
Binary 10 11110001 1011100 1100011 0 111110 101 10001111 1100010 110000

Color Harmonies of #02F15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F15C

Black with #02F15C

Text Example


Text Example

White with #02F15C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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