Html Css Color HEX #02EC4B Malachite

📋 copy color: '#02EC4B'

red 2 ◦ green 236 ◦ blue 75

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

Shades of Malachite #02EC4B

Tints of Malachite #02EC4B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 75.4%

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 0.64%
G = 75.4%
B = 23.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#02EC4B (or 0x02EC4B) is known color: Malachite. HEX triplet: 02, EC and 4B. RGB value is (2,236,75). Sum of RGB (Red+Green+Blue) = 2+236+75=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 236 (92.58% from 255 or 75.40% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02EC4B is #FD13B4. Grayscale: #949494. Windows color (decimal): -16585653 or 4975618. OLE color: 4975618.

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

Color convert

RGB 2 236 75 -
CMYK 0.99 0 0.68 0.07
HSL 138.72º 0.98% 0.47% -
HSV(B) 138.72º 0.99% 0.93% -
XYZ 31.29 60.51 16.69 -
YUV 147.68 86.98 24.09 -
System Red Green Blue C M Y K H S L
Decimal 2 236 75 0.99 0 0.68 0.07 138.72 0.98 0.47
Hex 2 EC 4B 63 0 44 7 8B 62 2F
Octal 2 354 113 143 0 104 7 213 142 57
Binary 10 11101100 1001011 1100011 0 1000100 111 10001011 1100010 101111

Color Harmonies of #02EC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EC4B

Black with #02EC4B

Text Example


Text Example

White with #02EC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,236,75); }

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

background-color css

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

 a { background-color: rgb(2,236,75); }

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

border-color css

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

 span { border-color: rgb(2,236,75); }

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