Html Css Color HEX #2BC252 Malachite

📋 copy color: '#2BC252'

red 43 ◦ green 194 ◦ blue 82

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

Shades of Malachite #2BC252

Tints of Malachite #2BC252

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.82%

 BLUE value IS 82 (32.42% from 255) = 25.71%

R = 13.48%
G = 60.82%
B = 25.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#2BC252 (or 0x2BC252) is known color: Malachite. HEX triplet: 2B, C2 and 52. RGB value is (43,194,82). Sum of RGB (Red+Green+Blue) = 43+194+82=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC252 is #D43DAD. Grayscale: #888888. Windows color (decimal): -13909422 or 5423659. OLE color: 5423659.

HSL color Cylindrical-coordinate representation of color #2BC252: hue angle of 135.5º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC252 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 194 82 -
CMYK 0.78 0 0.58 0.24
HSL 135.5º 0.64% 0.46% -
HSV(B) 135.5º 0.78% 0.76% -
XYZ 21.81 39.71 14.5 -
YUV 136.08 97.47 61.61 -
System Red Green Blue C M Y K H S L
Decimal 43 194 82 0.78 0 0.58 0.24 135.5 0.64 0.46
Hex 2B C2 52 4E 0 3A 18 87 40 2E
Octal 53 302 122 116 0 72 30 207 100 56
Binary 101011 11000010 1010010 1001110 0 111010 11000 10000111 1000000 101110

Color Harmonies of #2BC252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC252

Black with #2BC252

Text Example


Text Example

White with #2BC252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,194,82); }

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

background-color css

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

 a { background-color: rgb(43,194,82); }

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

border-color css

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

 span { border-color: rgb(43,194,82); }

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