Html Css Color HEX #02E63C Malachite

📋 copy color: '#02E63C'

red 2 ◦ green 230 ◦ blue 60

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

Shades of Malachite #02E63C

Tints of Malachite #02E63C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 78.77%

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 0.68%
G = 78.77%
B = 20.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#02E63C (or 0x02E63C) is known color: Malachite. HEX triplet: 02, E6 and 3C. RGB value is (2,230,60). Sum of RGB (Red+Green+Blue) = 2+230+60=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 230 (90.23% from 255 or 78.77% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 230 - color contains mainly: green. Hex color #02E63C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02E63C is #FD19C3. Grayscale: #8E8E8E. Windows color (decimal): -16587204 or 3991042. OLE color: 3991042.

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

Color convert

RGB 2 230 60 -
CMYK 0.99 0 0.74 0.10
HSL 135.26º 0.98% 0.45% -
HSV(B) 135.26º 0.99% 0.9% -
XYZ 29.14 56.93 13.73 -
YUV 142.45 81.46 27.82 -
System Red Green Blue C M Y K H S L
Decimal 2 230 60 0.99 0 0.74 0.10 135.26 0.98 0.45
Hex 2 E6 3C 63 0 4A A 87 62 2D
Octal 2 346 74 143 0 112 12 207 142 55
Binary 10 11100110 111100 1100011 0 1001010 1010 10000111 1100010 101101

Color Harmonies of #02E63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E63C

Black with #02E63C

Text Example


Text Example

White with #02E63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,230,60); }

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

background-color css

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

 a { background-color: rgb(2,230,60); }

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

border-color css

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

 span { border-color: rgb(2,230,60); }

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