Html Css Color HEX #2FD255 Malachite

📋 copy color: '#2FD255'

red 47 ◦ green 210 ◦ blue 85

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

Shades of Malachite #2FD255

Tints of Malachite #2FD255

RGB

 RED value IS 47 (18.75% from 255) = 13.74%

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

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

R = 13.74%
G = 61.4%
B = 24.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#2FD255 (or 0x2FD255) is known color: Malachite. HEX triplet: 2F, D2 and 55. RGB value is (47,210,85). Sum of RGB (Red+Green+Blue) = 47+210+85=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD255 is #D02DAA. Grayscale: #939393. Windows color (decimal): -13643179 or 5624367. OLE color: 5624367.

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

Color convert

RGB 47 210 85 -
CMYK 0.78 0 0.60 0.18
HSL 133.99º 0.64% 0.5% -
HSV(B) 133.99º 0.78% 0.82% -
XYZ 25.86 47.35 16.37 -
YUV 147.01 93 56.66 -
System Red Green Blue C M Y K H S L
Decimal 47 210 85 0.78 0 0.60 0.18 133.99 0.64 0.5
Hex 2F D2 55 4E 0 3C 12 86 40 32
Octal 57 322 125 116 0 74 22 206 100 62
Binary 101111 11010010 1010101 1001110 0 111100 10010 10000110 1000000 110010

Color Harmonies of #2FD255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD255

Black with #2FD255

Text Example


Text Example

White with #2FD255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,210,85); }

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

background-color css

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

 a { background-color: rgb(47,210,85); }

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

border-color css

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

 span { border-color: rgb(47,210,85); }

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