Html Css Color HEX #02EF37 Malachite

📋 copy color: '#02EF37'

red 2 ◦ green 239 ◦ blue 55

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

Shades of Malachite #02EF37

Tints of Malachite #02EF37

RGB

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

 GREEN value IS 239 (93.75% from 255) = 80.74%

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 0.68%
G = 80.74%
B = 18.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#02EF37 (or 0x02EF37) is known color: Malachite. HEX triplet: 02, EF and 37. RGB value is (2,239,55). Sum of RGB (Red+Green+Blue) = 2+239+55=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 239 (93.75% from 255 or 80.74% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 239 - color contains mainly: green. Hex color #02EF37 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EF37 is #FD10C8. Grayscale: #939393. Windows color (decimal): -16584905 or 3665666. OLE color: 3665666.

HSL color Cylindrical-coordinate representation of color #02EF37: hue angle of 133.42º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EF37 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 239 55 -
CMYK 0.99 0 0.77 0.06
HSL 133.42º 0.98% 0.47% -
HSV(B) 133.42º 0.99% 0.94% -
XYZ 31.58 62.02 13.92 -
YUV 147.16 75.98 24.46 -
System Red Green Blue C M Y K H S L
Decimal 2 239 55 0.99 0 0.77 0.06 133.42 0.98 0.47
Hex 2 EF 37 63 0 4D 6 85 62 2F
Octal 2 357 67 143 0 115 6 205 142 57
Binary 10 11101111 110111 1100011 0 1001101 110 10000101 1100010 101111

Color Harmonies of #02EF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EF37

Black with #02EF37

Text Example


Text Example

White with #02EF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,239,55); }

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

background-color css

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

 a { background-color: rgb(2,239,55); }

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

border-color css

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

 span { border-color: rgb(2,239,55); }

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