Html Css Color HEX #2CF658 Malachite

📋 copy color: '#2CF658'

red 44 ◦ green 246 ◦ blue 88

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

Shades of Malachite #2CF658

Tints of Malachite #2CF658

RGB

 RED value IS 44 (17.58% from 255) = 11.64%

 GREEN value IS 246 (96.48% from 255) = 65.08%

 BLUE value IS 88 (34.77% from 255) = 23.28%

R = 11.64%
G = 65.08%
B = 23.28%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#2CF658 (or 0x2CF658) is known color: Malachite. HEX triplet: 2C, F6 and 58. RGB value is (44,246,88). Sum of RGB (Red+Green+Blue) = 44+246+88=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 246 (96.48% from 255 or 65.08% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF658 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF658 is #D309A7. Grayscale: #A8A8A8. Windows color (decimal): -13830568 or 5830188. OLE color: 5830188.

HSL color Cylindrical-coordinate representation of color #2CF658: hue angle of 133.07º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF658 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 44 246 88 -
CMYK 0.82 0 0.64 0.04
HSL 133.07º 0.92% 0.57% -
HSV(B) 133.07º 0.82% 0.96% -
XYZ 35.76 67.15 20.31 -
YUV 167.59 83.08 39.85 -
System Red Green Blue C M Y K H S L
Decimal 44 246 88 0.82 0 0.64 0.04 133.07 0.92 0.57
Hex 2C F6 58 52 0 40 4 85 5C 39
Octal 54 366 130 122 0 100 4 205 134 71
Binary 101100 11110110 1011000 1010010 0 1000000 100 10000101 1011100 111001

Color Harmonies of #2CF658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF658

Black with #2CF658

Text Example


Text Example

White with #2CF658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CF658; }

 p { color: rgb(44,246,88); }

 H1.HeaderClassName
 {
   color: #2CF658;
 }
 .AnyTagClassName
 {
   color: #2CF658;
 }
</style>

background-color css

<style>
 a { background-color: #2CF658; }

 a { background-color: rgb(44,246,88); }

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

border-color css

<style>
 span { border-color: #2CF658; }

 span { border-color: rgb(44,246,88); }

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