Html Css Color HEX #18DB22 Lime Green

📋 copy color: '#18DB22'

red 24 ◦ green 219 ◦ blue 34

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

Shades of Lime Green #18DB22

Tints of Lime Green #18DB22

RGB

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

 GREEN value IS 219 (85.94% from 255) = 79.06%

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

R = 8.66%
G = 79.06%
B = 12.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#18DB22 (or 0x18DB22) is known color: Lime Green. HEX triplet: 18, DB and 22. RGB value is (24,219,34). Sum of RGB (Red+Green+Blue) = 24+219+34=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 219 (85.94% from 255 or 79.06% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 219 - color contains mainly: green. Hex color #18DB22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DB22 is #E724DD. Grayscale: #8C8C8C. Windows color (decimal): -15148254 or 2284312. OLE color: 2284312.

HSL color Cylindrical-coordinate representation of color #18DB22: hue angle of 123.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DB22 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 219 34 -
CMYK 0.89 0 0.84 0.14
HSL 123.08º 0.8% 0.48% -
HSV(B) 123.08º 0.89% 0.86% -
XYZ 26 50.97 9.98 -
YUV 139.61 68.4 45.54 -
System Red Green Blue C M Y K H S L
Decimal 24 219 34 0.89 0 0.84 0.14 123.08 0.8 0.48
Hex 18 DB 22 59 0 54 E 7B 50 30
Octal 30 333 42 131 0 124 16 173 120 60
Binary 11000 11011011 100010 1011001 0 1010100 1110 1111011 1010000 110000

Color Harmonies of #18DB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DB22

Black with #18DB22

Text Example


Text Example

White with #18DB22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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