Html Css Color HEX #2CF750 Malachite

📋 copy color: '#2CF750'

red 44 ◦ green 247 ◦ blue 80

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

Shades of Malachite #2CF750

Tints of Malachite #2CF750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 11.86%
G = 66.58%
B = 21.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#2CF750 (or 0x2CF750) is known color: Malachite. HEX triplet: 2C, F7 and 50. RGB value is (44,247,80). Sum of RGB (Red+Green+Blue) = 44+247+80=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 247 (96.88% from 255 or 66.58% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF750 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF750 is #D308AF. Grayscale: #A7A7A7. Windows color (decimal): -13830320 or 5306156. OLE color: 5306156.

HSL color Cylindrical-coordinate representation of color #2CF750: hue angle of 130.64º 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 #2CF750 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 44 247 80 -
CMYK 0.82 0 0.68 0.03
HSL 130.64º 0.93% 0.57% -
HSV(B) 130.64º 0.82% 0.97% -
XYZ 35.75 67.64 18.76 -
YUV 167.27 78.75 40.08 -
System Red Green Blue C M Y K H S L
Decimal 44 247 80 0.82 0 0.68 0.03 130.64 0.93 0.57
Hex 2C F7 50 52 0 44 3 83 5D 39
Octal 54 367 120 122 0 104 3 203 135 71
Binary 101100 11110111 1010000 1010010 0 1000100 11 10000011 1011101 111001

Color Harmonies of #2CF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF750

Black with #2CF750

Text Example


Text Example

White with #2CF750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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