#2BD253

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

Shades of Malachite #2BD253

Tints of Malachite #2BD253

Color information

#2BD253 (or 0x2BD253) is unknown color: approx Malachite. HEX triplet: 2B, D2 and 53. RGB value is (43,210,83). Sum of RGB (Red+Green+Blue) = 43+210+83=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 210 (82.42% from 255 or 62.5% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD253 is #D42DAC. Grayscale: #919191. Windows color (decimal): -13905325 or 5493291. OLE color: 5493291.

HSL color Cylindrical-coordinate representation of color #2BD253: hue angle of 134.37º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD253 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB4321083-
CMYK0.8000.600.18
HSL134.37º66.01%49.61%-
HSV(B)134.37º79.52%82.35%-
XYZ25.647.2315.95-
YUV145.5992.6754.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.80%
GREEN value IS 210 (82.42% from 255) = 62.5%
BLUE value IS 83 (32.81% from 255) = 24.70%
R=12.80%
G=62.5%
B=24.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43210830.8000.600.18134.3766.0149.61
Hex2BD2535003C12864232
Octal533221231200742220610262
Binary1010111101001010100111010000011110010010100001101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,210,83); }

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

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

 a { background-color: rgb(43,210,83); }

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

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

 span { border-color: rgb(43,210,83); }

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