Html Css Color HEX #2CF952 Malachite

📋 copy color: '#2CF952'

red 44 ◦ green 249 ◦ blue 82

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

Shades of Malachite #2CF952

Tints of Malachite #2CF952

RGB

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

 GREEN value IS 249 (97.66% from 255) = 66.4%

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 11.73%
G = 66.4%
B = 21.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#2CF952 (or 0x2CF952) is known color: Malachite. HEX triplet: 2C, F9 and 52. RGB value is (44,249,82). Sum of RGB (Red+Green+Blue) = 44+249+82=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 249 (97.66% from 255 or 66.4% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF952 is #D306AD. Grayscale: #A9A9A9. Windows color (decimal): -13829806 or 5437740. OLE color: 5437740.

HSL color Cylindrical-coordinate representation of color #2CF952: hue angle of 131.12º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF952 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 249 82 -
CMYK 0.82 0 0.67 0.02
HSL 131.12º 0.94% 0.57% -
HSV(B) 131.12º 0.82% 0.98% -
XYZ 36.44 68.9 19.36 -
YUV 168.67 79.08 39.08 -
System Red Green Blue C M Y K H S L
Decimal 44 249 82 0.82 0 0.67 0.02 131.12 0.94 0.57
Hex 2C F9 52 52 0 43 2 83 5E 39
Octal 54 371 122 122 0 103 2 203 136 71
Binary 101100 11111001 1010010 1010010 0 1000011 10 10000011 1011110 111001

Color Harmonies of #2CF952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF952

Black with #2CF952

Text Example


Text Example

White with #2CF952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,249,82); }

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

background-color css

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

 a { background-color: rgb(44,249,82); }

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

border-color css

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

 span { border-color: rgb(44,249,82); }

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