Html Css Color HEX #02E32F Malachite

📋 copy color: '#02E32F'

red 2 ◦ green 227 ◦ blue 47

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

Shades of Malachite #02E32F

Tints of Malachite #02E32F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 82.25%

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 0.72%
G = 82.25%
B = 17.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#02E32F (or 0x02E32F) is known color: Malachite. HEX triplet: 02, E3 and 2F. RGB value is (2,227,47). Sum of RGB (Red+Green+Blue) = 2+227+47=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 227 (89.06% from 255 or 82.25% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 227 - color contains mainly: green. Hex color #02E32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E32F is #FD1CD0. Grayscale: #8B8B8B. Windows color (decimal): -16587985 or 3138306. OLE color: 3138306.

HSL color Cylindrical-coordinate representation of color #02E32F: hue angle of 132º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E32F is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 227 47 -
CMYK 0.99 0 0.79 0.11
HSL 132º 0.98% 0.45% -
HSV(B) 132º 0.99% 0.89% -
XYZ 28.01 55.16 11.86 -
YUV 139.21 75.96 30.14 -
System Red Green Blue C M Y K H S L
Decimal 2 227 47 0.99 0 0.79 0.11 132 0.98 0.45
Hex 2 E3 2F 63 0 4F B 84 62 2D
Octal 2 343 57 143 0 117 13 204 142 55
Binary 10 11100011 101111 1100011 0 1001111 1011 10000100 1100010 101101

Color Harmonies of #02E32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E32F

Black with #02E32F

Text Example


Text Example

White with #02E32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,227,47); }

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

background-color css

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

 a { background-color: rgb(2,227,47); }

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

border-color css

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

 span { border-color: rgb(2,227,47); }

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