Html Css Color HEX #18D426 Lime Green

📋 copy color: '#18D426'

red 24 ◦ green 212 ◦ blue 38

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

Shades of Lime Green #18D426

Tints of Lime Green #18D426

RGB

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

 GREEN value IS 212 (83.2% from 255) = 77.37%

 BLUE value IS 38 (15.23% from 255) = 13.87%

R = 8.76%
G = 77.37%
B = 13.87%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#18D426 (or 0x18D426) is known color: Lime Green. HEX triplet: 18, D4 and 26. RGB value is (24,212,38). Sum of RGB (Red+Green+Blue) = 24+212+38=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 212 (83.20% from 255 or 77.37% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 212 - color contains mainly: green. Hex color #18D426 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D426 is #E72BD9. Grayscale: #888888. Windows color (decimal): -15150042 or 2544664. OLE color: 2544664.

HSL color Cylindrical-coordinate representation of color #18D426: hue angle of 124.47º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D426 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 24 212 38 -
CMYK 0.89 0 0.82 0.17
HSL 124.47º 0.8% 0.46% -
HSV(B) 124.47º 0.89% 0.83% -
XYZ 24.27 47.42 9.71 -
YUV 135.95 72.72 48.15 -
System Red Green Blue C M Y K H S L
Decimal 24 212 38 0.89 0 0.82 0.17 124.47 0.8 0.46
Hex 18 D4 26 59 0 52 11 7C 50 2E
Octal 30 324 46 131 0 122 21 174 120 56
Binary 11000 11010100 100110 1011001 0 1010010 10001 1111100 1010000 101110

Color Harmonies of #18D426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D426

Black with #18D426

Text Example


Text Example

White with #18D426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,212,38); }

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

background-color css

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

 a { background-color: rgb(24,212,38); }

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

border-color css

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

 span { border-color: rgb(24,212,38); }

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