Html Css Color HEX #1DF24B Malachite

📋 copy color: '#1DF24B'

red 29 ◦ green 242 ◦ blue 75

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

Shades of Malachite #1DF24B

Tints of Malachite #1DF24B

RGB

 RED value IS 29 (11.72% from 255) = 8.38%

 GREEN value IS 242 (94.92% from 255) = 69.94%

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 8.38%
G = 69.94%
B = 21.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#1DF24B (or 0x1DF24B) is known color: Malachite. HEX triplet: 1D, F2 and 4B. RGB value is (29,242,75). Sum of RGB (Red+Green+Blue) = 29+242+75=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF24B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF24B is #E20DB4. Grayscale: #9F9F9F. Windows color (decimal): -14814645 or 4977181. OLE color: 4977181.

HSL color Cylindrical-coordinate representation of color #1DF24B: hue angle of 132.96º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF24B is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 242 75 -
CMYK 0.88 0 0.69 0.05
HSL 132.96º 0.89% 0.53% -
HSV(B) 132.96º 0.88% 0.95% -
XYZ 33.53 64.27 17.3 -
YUV 159.28 80.43 35.08 -
System Red Green Blue C M Y K H S L
Decimal 29 242 75 0.88 0 0.69 0.05 132.96 0.89 0.53
Hex 1D F2 4B 58 0 45 5 85 59 35
Octal 35 362 113 130 0 105 5 205 131 65
Binary 11101 11110010 1001011 1011000 0 1000101 101 10000101 1011001 110101

Color Harmonies of #1DF24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF24B

Black with #1DF24B

Text Example


Text Example

White with #1DF24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DF24B; }

 p { color: rgb(29,242,75); }

 H1.HeaderClassName
 {
   color: #1DF24B;
 }
 .AnyTagClassName
 {
   color: #1DF24B;
 }
</style>

background-color css

<style>
 a { background-color: #1DF24B; }

 a { background-color: rgb(29,242,75); }

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

border-color css

<style>
 span { border-color: #1DF24B; }

 span { border-color: rgb(29,242,75); }

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