#2CFF57

Color #2CFF57 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2CFF57

Tints of Malachite #2CFF57

Color information

#2CFF57 (or 0x2CFF57) is unknown color: approx Malachite. HEX triplet: 2C, FF and 57. RGB value is (44,255,87). Sum of RGB (Red+Green+Blue) = 44+255+87=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF57 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFF57 is #D300A8. Grayscale: #ADADAD. Windows color (decimal): -13828265 or 5766956. OLE color: 5766956.

HSL color Cylindrical-coordinate representation of color #2CFF57: hue angle of 132.23º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF57 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.

Color convert

RGB4425587-
CMYK0.8300.660
HSL132.23º100%58.63%-
HSV(B)132.23º82.75%100%-
XYZ38.5272.7421.03-
YUV172.7679.636.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.40%
GREEN value IS 255 (100% from 255) = 66.06%
BLUE value IS 87 (34.38% from 255) = 22.54%
R=11.40%
G=66.06%
B=22.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal44255870.8300.660132.2310058.63
Hex2CFF5753042084643b
Octal543771271230102020414473
Binary1011001111111110101111010011010000100100001001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CFF57;
 }
 .AnyTagClassName
 {
   color: #2CFF57;
 }
</style>
background-color css

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

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

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

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

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

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