Html Css Color HEX #18D122 Lime Green

📋 copy color: '#18D122'

red 24 ◦ green 209 ◦ blue 34

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

Shades of Lime Green #18D122

Tints of Lime Green #18D122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 78.28%

 BLUE value IS 34 (13.67% from 255) = 12.73%

R = 8.99%
G = 78.28%
B = 12.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#18D122 (or 0x18D122) is known color: Lime Green. HEX triplet: 18, D1 and 22. RGB value is (24,209,34). Sum of RGB (Red+Green+Blue) = 24+209+34=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 209 (82.03% from 255 or 78.28% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 209 - color contains mainly: green. Hex color #18D122 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D122 is #E72EDD. Grayscale: #868686. Windows color (decimal): -15150814 or 2281752. OLE color: 2281752.

HSL color Cylindrical-coordinate representation of color #18D122: hue angle of 123.24º 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 #18D122 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 209 34 -
CMYK 0.89 0 0.84 0.18
HSL 123.24º 0.79% 0.46% -
HSV(B) 123.24º 0.89% 0.82% -
XYZ 23.47 45.91 9.14 -
YUV 133.74 71.71 49.73 -
System Red Green Blue C M Y K H S L
Decimal 24 209 34 0.89 0 0.84 0.18 123.24 0.79 0.46
Hex 18 D1 22 59 0 54 12 7B 4F 2E
Octal 30 321 42 131 0 124 22 173 117 56
Binary 11000 11010001 100010 1011001 0 1010100 10010 1111011 1001111 101110

Color Harmonies of #18D122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D122

Black with #18D122

Text Example


Text Example

White with #18D122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,209,34); }

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

background-color css

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

 a { background-color: rgb(24,209,34); }

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

border-color css

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

 span { border-color: rgb(24,209,34); }

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