Html Css Color HEX #2DF850 Malachite

📋 copy color: '#2DF850'

red 45 ◦ green 248 ◦ blue 80

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

Shades of Malachite #2DF850

Tints of Malachite #2DF850

RGB

 RED value IS 45 (17.97% from 255) = 12.06%

 GREEN value IS 248 (97.27% from 255) = 66.49%

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 12.06%
G = 66.49%
B = 21.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#2DF850 (or 0x2DF850) is known color: Malachite. HEX triplet: 2D, F8 and 50. RGB value is (45,248,80). Sum of RGB (Red+Green+Blue) = 45+248+80=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 248 (97.27% from 255 or 66.49% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF850 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF850 is #D207AF. Grayscale: #A8A8A8. Windows color (decimal): -13764528 or 5306413. OLE color: 5306413.

HSL color Cylindrical-coordinate representation of color #2DF850: hue angle of 130.34º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF850 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 45 248 80 -
CMYK 0.82 0 0.68 0.03
HSL 130.34º 0.94% 0.57% -
HSV(B) 130.34º 0.82% 0.97% -
XYZ 36.1 68.27 18.86 -
YUV 168.15 78.25 40.16 -
System Red Green Blue C M Y K H S L
Decimal 45 248 80 0.82 0 0.68 0.03 130.34 0.94 0.57
Hex 2D F8 50 52 0 44 3 82 5E 39
Octal 55 370 120 122 0 104 3 202 136 71
Binary 101101 11111000 1010000 1010010 0 1000100 11 10000010 1011110 111001

Color Harmonies of #2DF850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF850

Black with #2DF850

Text Example


Text Example

White with #2DF850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,248,80); }

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

background-color css

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

 a { background-color: rgb(45,248,80); }

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

border-color css

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

 span { border-color: rgb(45,248,80); }

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