Html Css Color HEX #18D21A Lime Green

📋 copy color: '#18D21A'

red 24 ◦ green 210 ◦ blue 26

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

Shades of Lime Green #18D21A

Tints of Lime Green #18D21A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 80.77%

 BLUE value IS 26 (10.55% from 255) = 10%

R = 9.23%
G = 80.77%
B = 10%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#18D21A (or 0x18D21A) is known color: Lime Green. HEX triplet: 18, D2 and 1A. RGB value is (24,210,26). Sum of RGB (Red+Green+Blue) = 24+210+26=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 210 (82.42% from 255 or 80.77% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 210 - color contains mainly: green. Hex color #18D21A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D21A is #E72DE5. Grayscale: #858585. Windows color (decimal): -15150566 or 1757720. OLE color: 1757720.

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

Color convert

RGB 24 210 26 -
CMYK 0.89 0 0.88 0.18
HSL 120.65º 0.79% 0.46% -
HSV(B) 120.65º 0.89% 0.82% -
XYZ 23.61 46.36 8.68 -
YUV 133.41 67.38 49.96 -
System Red Green Blue C M Y K H S L
Decimal 24 210 26 0.89 0 0.88 0.18 120.65 0.79 0.46
Hex 18 D2 1A 59 0 58 12 79 4F 2E
Octal 30 322 32 131 0 130 22 171 117 56
Binary 11000 11010010 11010 1011001 0 1011000 10010 1111001 1001111 101110

Color Harmonies of #18D21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D21A

Black with #18D21A

Text Example


Text Example

White with #18D21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,210,26); }

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

background-color css

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

 a { background-color: rgb(24,210,26); }

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

border-color css

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

 span { border-color: rgb(24,210,26); }

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