Html Css Color HEX #18FB40 Malachite

📋 copy color: '#18FB40'

red 24 ◦ green 251 ◦ blue 64

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

Shades of Malachite #18FB40

Tints of Malachite #18FB40

RGB

 RED value IS 24 (9.77% from 255) = 7.08%

 GREEN value IS 251 (98.44% from 255) = 74.04%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 7.08%
G = 74.04%
B = 18.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#18FB40 (or 0x18FB40) is known color: Malachite. HEX triplet: 18, FB and 40. RGB value is (24,251,64). Sum of RGB (Red+Green+Blue) = 24+251+64=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 251 (98.44% from 255 or 74.04% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 251 - color contains mainly: green. Hex color #18FB40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FB40 is #E704BF. Grayscale: #A2A2A2. Windows color (decimal): -15140032 or 4258584. OLE color: 4258584.

HSL color Cylindrical-coordinate representation of color #18FB40: hue angle of 130.57º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FB40 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 251 64 -
CMYK 0.90 0 0.75 0.02
HSL 130.57º 0.97% 0.54% -
HSV(B) 130.57º 0.9% 0.98% -
XYZ 35.8 69.56 16.39 -
YUV 161.81 72.79 29.71 -
System Red Green Blue C M Y K H S L
Decimal 24 251 64 0.90 0 0.75 0.02 130.57 0.97 0.54
Hex 18 FB 40 5A 0 4B 2 83 61 36
Octal 30 373 100 132 0 113 2 203 141 66
Binary 11000 11111011 1000000 1011010 0 1001011 10 10000011 1100001 110110

Color Harmonies of #18FB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FB40

Black with #18FB40

Text Example


Text Example

White with #18FB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18FB40; }

 p { color: rgb(24,251,64); }

 H1.HeaderClassName
 {
   color: #18FB40;
 }
 .AnyTagClassName
 {
   color: #18FB40;
 }
</style>

background-color css

<style>
 a { background-color: #18FB40; }

 a { background-color: rgb(24,251,64); }

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

border-color css

<style>
 span { border-color: #18FB40; }

 span { border-color: rgb(24,251,64); }

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