Html Css Color HEX #18B321 Lime Green

📋 copy color: '#18B321'

red 24 ◦ green 179 ◦ blue 33

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

Shades of Lime Green #18B321

Tints of Lime Green #18B321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.98%

R = 10.17%
G = 75.85%
B = 13.98%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#18B321 (or 0x18B321) is known color: Lime Green. HEX triplet: 18, B3 and 21. RGB value is (24,179,33). Sum of RGB (Red+Green+Blue) = 24+179+33=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 179 (70.31% from 255 or 75.85% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 179 - color contains mainly: green. Hex color #18B321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B321 is #E74CDE. Grayscale: #747474. Windows color (decimal): -15158495 or 2208536. OLE color: 2208536.

HSL color Cylindrical-coordinate representation of color #18B321: hue angle of 123.48º 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 #18B321 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 24 179 33 -
CMYK 0.87 0 0.82 0.30
HSL 123.48º 0.76% 0.4% -
HSV(B) 123.48º 0.87% 0.7% -
XYZ 16.77 32.54 6.84 -
YUV 116.01 81.15 62.37 -
System Red Green Blue C M Y K H S L
Decimal 24 179 33 0.87 0 0.82 0.30 123.48 0.76 0.4
Hex 18 B3 21 57 0 52 1E 7B 4C 28
Octal 30 263 41 127 0 122 36 173 114 50
Binary 11000 10110011 100001 1010111 0 1010010 11110 1111011 1001100 101000

Color Harmonies of #18B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B321

Black with #18B321

Text Example


Text Example

White with #18B321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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