Html Css Color HEX #2DFE5F Malachite

📋 copy color: '#2DFE5F'

red 45 ◦ green 254 ◦ blue 95

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

Shades of Malachite #2DFE5F

Tints of Malachite #2DFE5F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 64.47%

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 11.42%
G = 64.47%
B = 24.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#2DFE5F (or 0x2DFE5F) is known color: Malachite. HEX triplet: 2D, FE and 5F. RGB value is (45,254,95). Sum of RGB (Red+Green+Blue) = 45+254+95=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 254 (99.61% from 255 or 64.47% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFE5F is #D201A0. Grayscale: #ADADAD. Windows color (decimal): -13762977 or 6290989. OLE color: 6290989.

HSL color Cylindrical-coordinate representation of color #2DFE5F: hue angle of 134.35º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFE5F is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 45 254 95 -
CMYK 0.82 0 0.63 0.00
HSL 134.35º 0.99% 0.59% -
HSV(B) 134.35º 0.82% 1% -
XYZ 38.59 72.27 22.74 -
YUV 173.38 83.76 36.43 -
System Red Green Blue C M Y K H S L
Decimal 45 254 95 0.82 0 0.63 0.00 134.35 0.99 0.59
Hex 2D FE 5F 52 0 3F 0 86 63 3B
Octal 55 376 137 122 0 77 0 206 143 73
Binary 101101 11111110 1011111 1010010 0 111111 0 10000110 1100011 111011

Color Harmonies of #2DFE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFE5F

Black with #2DFE5F

Text Example


Text Example

White with #2DFE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,254,95); }

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

background-color css

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

 a { background-color: rgb(45,254,95); }

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

border-color css

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

 span { border-color: rgb(45,254,95); }

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