Html Css Color HEX #02F244 Malachite

📋 copy color: '#02F244'

red 2 ◦ green 242 ◦ blue 68

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

Shades of Malachite #02F244

Tints of Malachite #02F244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 0.64%
G = 77.56%
B = 21.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#02F244 (or 0x02F244) is known color: Malachite. HEX triplet: 02, F2 and 44. RGB value is (2,242,68). Sum of RGB (Red+Green+Blue) = 2+242+68=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 242 (94.92% from 255 or 77.56% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 242 - color contains mainly: green. Hex color #02F244 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02F244 is #FD0DBB. Grayscale: #969696. Windows color (decimal): -16584124 or 4518402. OLE color: 4518402.

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

Color convert

RGB 2 242 68 -
CMYK 0.99 0 0.72 0.05
HSL 136.5º 0.98% 0.48% -
HSV(B) 136.5º 0.99% 0.95% -
XYZ 32.82 63.93 16.08 -
YUV 150.4 81.49 22.15 -
System Red Green Blue C M Y K H S L
Decimal 2 242 68 0.99 0 0.72 0.05 136.5 0.98 0.48
Hex 2 F2 44 63 0 48 5 88 62 30
Octal 2 362 104 143 0 110 5 210 142 60
Binary 10 11110010 1000100 1100011 0 1001000 101 10001000 1100010 110000

Color Harmonies of #02F244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F244

Black with #02F244

Text Example


Text Example

White with #02F244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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