Html Css Color HEX #2BD253 Malachite

📋 copy color: '#2BD253'

red 43 ◦ green 210 ◦ blue 83

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

Shades of Malachite #2BD253

Tints of Malachite #2BD253

RGB

 RED value IS 43 (17.19% from 255) = 12.8%

 GREEN value IS 210 (82.42% from 255) = 62.5%

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 12.8%
G = 62.5%
B = 24.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#2BD253 (or 0x2BD253) is known color: 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

RGB 43 210 83 -
CMYK 0.80 0 0.60 0.18
HSL 134.37º 0.66% 0.5% -
HSV(B) 134.37º 0.8% 0.82% -
XYZ 25.6 47.23 15.95 -
YUV 145.59 92.67 54.83 -
System Red Green Blue C M Y K H S L
Decimal 43 210 83 0.80 0 0.60 0.18 134.37 0.66 0.5
Hex 2B D2 53 50 0 3C 12 86 42 32
Octal 53 322 123 120 0 74 22 206 102 62
Binary 101011 11010010 1010011 1010000 0 111100 10010 10000110 1000010 110010

Color Harmonies of #2BD253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD253

Black with #2BD253

Text Example


Text Example

White with #2BD253

Text Example


Text Example

HTML Codes & Css Web 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>