Html Css Color HEX #18D222 Lime Green

📋 copy color: '#18D222'

red 24 ◦ green 210 ◦ blue 34

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

Shades of Lime Green #18D222

Tints of Lime Green #18D222

RGB

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

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

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

R = 8.96%
G = 78.36%
B = 12.69%

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

#18D222 (or 0x18D222) is known color: Lime Green. HEX triplet: 18, D2 and 22. RGB value is (24,210,34). Sum of RGB (Red+Green+Blue) = 24+210+34=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 210 (82.42% from 255 or 78.36% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 210 - color contains mainly: green. Hex color #18D222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D222 is #E72DDD. Grayscale: #868686. Windows color (decimal): -15150558 or 2282008. OLE color: 2282008.

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

Color convert

RGB 24 210 34 -
CMYK 0.89 0 0.84 0.18
HSL 123.23º 0.79% 0.46% -
HSV(B) 123.23º 0.89% 0.82% -
XYZ 23.71 46.4 9.22 -
YUV 134.32 71.38 49.31 -
System Red Green Blue C M Y K H S L
Decimal 24 210 34 0.89 0 0.84 0.18 123.23 0.79 0.46
Hex 18 D2 22 59 0 54 12 7B 4F 2E
Octal 30 322 42 131 0 124 22 173 117 56
Binary 11000 11010010 100010 1011001 0 1010100 10010 1111011 1001111 101110

Color Harmonies of #18D222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D222

Black with #18D222

Text Example


Text Example

White with #18D222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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