Html Css Color HEX #18BC1D Lime Green

📋 copy color: '#18BC1D'

red 24 ◦ green 188 ◦ blue 29

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

Shades of Lime Green #18BC1D

Tints of Lime Green #18BC1D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 78.01%

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 9.96%
G = 78.01%
B = 12.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#18BC1D (or 0x18BC1D) is known color: Lime Green. HEX triplet: 18, BC and 1D. RGB value is (24,188,29). Sum of RGB (Red+Green+Blue) = 24+188+29=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 188 (73.83% from 255 or 78.01% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BC1D is #E743E2. Grayscale: #797979. Windows color (decimal): -15156195 or 1948696. OLE color: 1948696.

HSL color Cylindrical-coordinate representation of color #18BC1D: hue angle of 121.83º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BC1D is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 188 29 -
CMYK 0.87 0 0.85 0.26
HSL 121.83º 0.77% 0.42% -
HSV(B) 121.83º 0.87% 0.74% -
XYZ 18.58 36.25 7.18 -
YUV 120.84 76.17 58.93 -
System Red Green Blue C M Y K H S L
Decimal 24 188 29 0.87 0 0.85 0.26 121.83 0.77 0.42
Hex 18 BC 1D 57 0 55 1A 7A 4D 2A
Octal 30 274 35 127 0 125 32 172 115 52
Binary 11000 10111100 11101 1010111 0 1010101 11010 1111010 1001101 101010

Color Harmonies of #18BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BC1D

Black with #18BC1D

Text Example


Text Example

White with #18BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,188,29); }

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

background-color css

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

 a { background-color: rgb(24,188,29); }

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

border-color css

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

 span { border-color: rgb(24,188,29); }

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