Html Css Color HEX #18FB42 Malachite

📋 copy color: '#18FB42'

red 24 ◦ green 251 ◦ blue 66

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

Shades of Malachite #18FB42

Tints of Malachite #18FB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.35%

R = 7.04%
G = 73.61%
B = 19.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#18FB42 (or 0x18FB42) is known color: Malachite. HEX triplet: 18, FB and 42. RGB value is (24,251,66). Sum of RGB (Red+Green+Blue) = 24+251+66=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 251 (98.44% from 255 or 73.61% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 251 - color contains mainly: green. Hex color #18FB42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FB42 is #E704BD. Grayscale: #A2A2A2. Windows color (decimal): -15140030 or 4389656. OLE color: 4389656.

HSL color Cylindrical-coordinate representation of color #18FB42: hue angle of 131.1º 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 #18FB42 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 251 66 -
CMYK 0.90 0 0.74 0.02
HSL 131.1º 0.97% 0.54% -
HSV(B) 131.1º 0.9% 0.98% -
XYZ 35.86 69.58 16.7 -
YUV 162.04 73.79 29.54 -
System Red Green Blue C M Y K H S L
Decimal 24 251 66 0.90 0 0.74 0.02 131.1 0.97 0.54
Hex 18 FB 42 5A 0 4A 2 83 61 36
Octal 30 373 102 132 0 112 2 203 141 66
Binary 11000 11111011 1000010 1011010 0 1001010 10 10000011 1100001 110110

Color Harmonies of #18FB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FB42

Black with #18FB42

Text Example


Text Example

White with #18FB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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