Html Css Color HEX #2DF953 Malachite

📋 copy color: '#2DF953'

red 45 ◦ green 249 ◦ blue 83

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

Shades of Malachite #2DF953

Tints of Malachite #2DF953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.02%

R = 11.94%
G = 66.05%
B = 22.02%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#2DF953 (or 0x2DF953) is known color: Malachite. HEX triplet: 2D, F9 and 53. RGB value is (45,249,83). Sum of RGB (Red+Green+Blue) = 45+249+83=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 249 (97.66% from 255 or 66.05% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF953 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF953 is #D206AC. Grayscale: #A9A9A9. Windows color (decimal): -13764269 or 5503277. OLE color: 5503277.

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

Color convert

RGB 45 249 83 -
CMYK 0.82 0 0.67 0.02
HSL 131.18º 0.94% 0.58% -
HSV(B) 131.18º 0.82% 0.98% -
XYZ 36.52 68.93 19.56 -
YUV 169.08 79.41 39.5 -
System Red Green Blue C M Y K H S L
Decimal 45 249 83 0.82 0 0.67 0.02 131.18 0.94 0.58
Hex 2D F9 53 52 0 43 2 83 5E 3A
Octal 55 371 123 122 0 103 2 203 136 72
Binary 101101 11111001 1010011 1010010 0 1000011 10 10000011 1011110 111010

Color Harmonies of #2DF953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF953

Black with #2DF953

Text Example


Text Example

White with #2DF953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,249,83); }

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

background-color css

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

 a { background-color: rgb(45,249,83); }

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

border-color css

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

 span { border-color: rgb(45,249,83); }

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