Html Css Color HEX #2CF965 Malachite

📋 copy color: '#2CF965'

red 44 ◦ green 249 ◦ blue 101

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

Shades of Malachite #2CF965

Tints of Malachite #2CF965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 11.17%
G = 63.2%
B = 25.63%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#2CF965 (or 0x2CF965) is known color: Malachite. HEX triplet: 2C, F9 and 65. RGB value is (44,249,101). Sum of RGB (Red+Green+Blue) = 44+249+101=394 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.17% from 394); Green value is 249 (97.66% from 255 or 63.20% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF965 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF965 is #D3069A. Grayscale: #ABABAB. Windows color (decimal): -13829787 or 6682924. OLE color: 6682924.

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

Color convert

RGB 44 249 101 -
CMYK 0.82 0 0.59 0.02
HSL 136.68º 0.94% 0.57% -
HSV(B) 136.68º 0.82% 0.98% -
XYZ 37.26 69.23 23.71 -
YUV 170.83 88.58 37.53 -
System Red Green Blue C M Y K H S L
Decimal 44 249 101 0.82 0 0.59 0.02 136.68 0.94 0.57
Hex 2C F9 65 52 0 3B 2 89 5E 39
Octal 54 371 145 122 0 73 2 211 136 71
Binary 101100 11111001 1100101 1010010 0 111011 10 10001001 1011110 111001

Color Harmonies of #2CF965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF965

Black with #2CF965

Text Example


Text Example

White with #2CF965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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