Html Css Color HEX #18B322 Lime Green

📋 copy color: '#18B322'

red 24 ◦ green 179 ◦ blue 34

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

Shades of Lime Green #18B322

Tints of Lime Green #18B322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 75.53%

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

R = 10.13%
G = 75.53%
B = 14.35%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#18B322 (or 0x18B322) is known color: Lime Green. HEX triplet: 18, B3 and 22. RGB value is (24,179,34). Sum of RGB (Red+Green+Blue) = 24+179+34=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 179 (70.31% from 255 or 75.53% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 179 - color contains mainly: green. Hex color #18B322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B322 is #E74CDD. Grayscale: #747474. Windows color (decimal): -15158494 or 2274072. OLE color: 2274072.

HSL color Cylindrical-coordinate representation of color #18B322: hue angle of 123.87º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B322 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 24 179 34 -
CMYK 0.87 0 0.81 0.30
HSL 123.87º 0.76% 0.4% -
HSV(B) 123.87º 0.87% 0.7% -
XYZ 16.79 32.55 6.91 -
YUV 116.13 81.65 62.29 -
System Red Green Blue C M Y K H S L
Decimal 24 179 34 0.87 0 0.81 0.30 123.87 0.76 0.4
Hex 18 B3 22 57 0 51 1E 7C 4C 28
Octal 30 263 42 127 0 121 36 174 114 50
Binary 11000 10110011 100010 1010111 0 1010001 11110 1111100 1001100 101000

Color Harmonies of #18B322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B322

Black with #18B322

Text Example


Text Example

White with #18B322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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