Html Css Color HEX #2BF955 Malachite

📋 copy color: '#2BF955'

red 43 ◦ green 249 ◦ blue 85

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

Shades of Malachite #2BF955

Tints of Malachite #2BF955

RGB

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

 GREEN value IS 249 (97.66% from 255) = 66.05%

 BLUE value IS 85 (33.59% from 255) = 22.55%

R = 11.41%
G = 66.05%
B = 22.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#2BF955 (or 0x2BF955) is known color: Malachite. HEX triplet: 2B, F9 and 55. RGB value is (43,249,85). Sum of RGB (Red+Green+Blue) = 43+249+85=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 249 (97.66% from 255 or 66.05% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF955 is #D406AA. Grayscale: #A9A9A9. Windows color (decimal): -13895339 or 5634347. OLE color: 5634347.

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

Color convert

RGB 43 249 85 -
CMYK 0.83 0 0.66 0.02
HSL 132.23º 0.94% 0.57% -
HSV(B) 132.23º 0.83% 0.98% -
XYZ 36.51 68.92 19.97 -
YUV 168.71 80.75 38.34 -
System Red Green Blue C M Y K H S L
Decimal 43 249 85 0.83 0 0.66 0.02 132.23 0.94 0.57
Hex 2B F9 55 53 0 42 2 84 5E 39
Octal 53 371 125 123 0 102 2 204 136 71
Binary 101011 11111001 1010101 1010011 0 1000010 10 10000100 1011110 111001

Color Harmonies of #2BF955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF955

Black with #2BF955

Text Example


Text Example

White with #2BF955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,249,85); }

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

background-color css

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

 a { background-color: rgb(43,249,85); }

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

border-color css

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

 span { border-color: rgb(43,249,85); }

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