Html Css Color HEX #2CF757 Malachite

📋 copy color: '#2CF757'

red 44 ◦ green 247 ◦ blue 87

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

Shades of Malachite #2CF757

Tints of Malachite #2CF757

RGB

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

 GREEN value IS 247 (96.88% from 255) = 65.34%

 BLUE value IS 87 (34.38% from 255) = 23.02%

R = 11.64%
G = 65.34%
B = 23.02%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#2CF757 (or 0x2CF757) is known color: Malachite. HEX triplet: 2C, F7 and 57. RGB value is (44,247,87). Sum of RGB (Red+Green+Blue) = 44+247+87=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 247 (96.88% from 255 or 65.34% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF757 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF757 is #D308A8. Grayscale: #A8A8A8. Windows color (decimal): -13830313 or 5764908. OLE color: 5764908.

HSL color Cylindrical-coordinate representation of color #2CF757: hue angle of 132.71º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF757 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 44 247 87 -
CMYK 0.82 0 0.65 0.03
HSL 132.71º 0.93% 0.57% -
HSV(B) 132.71º 0.82% 0.97% -
XYZ 36.02 67.75 20.19 -
YUV 168.06 82.25 39.51 -
System Red Green Blue C M Y K H S L
Decimal 44 247 87 0.82 0 0.65 0.03 132.71 0.93 0.57
Hex 2C F7 57 52 0 41 3 85 5D 39
Octal 54 367 127 122 0 101 3 205 135 71
Binary 101100 11110111 1010111 1010010 0 1000001 11 10000101 1011101 111001

Color Harmonies of #2CF757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF757

Black with #2CF757

Text Example


Text Example

White with #2CF757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,247,87); }

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

background-color css

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

 a { background-color: rgb(44,247,87); }

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

border-color css

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

 span { border-color: rgb(44,247,87); }

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