#2CFF55

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

Shades of Malachite #2CFF55

Tints of Malachite #2CFF55

Color information

#2CFF55 (or 0x2CFF55) is unknown color: approx Malachite. HEX triplet: 2C, FF and 55. RGB value is (44,255,85). Sum of RGB (Red+Green+Blue) = 44+255+85=384 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.46% from 384); Green value is 255 (100% from 255 or 66.41% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFF55 is #D300AA. Grayscale: #ACACAC. Windows color (decimal): -13828267 or 5635884. OLE color: 5635884.

HSL color Cylindrical-coordinate representation of color #2CFF55: hue angle of 131.66º 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 #2CFF55 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB4425585-
CMYK0.8300.670
HSL131.66º100%58.63%-
HSV(B)131.66º82.75%100%-
XYZ38.4472.7120.6-
YUV172.5378.636.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.46%
GREEN value IS 255 (100% from 255) = 66.41%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=11.46%
G=66.41%
B=22.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal44255850.8300.670131.6610058.63
Hex2CFF5553043084643b
Octal543771251230103020414473
Binary1011001111111110101011010011010000110100001001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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