Html Css Color HEX #18B41C Lime Green

📋 copy color: '#18B41C'

red 24 ◦ green 180 ◦ blue 28

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

Shades of Lime Green #18B41C

Tints of Lime Green #18B41C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 77.59%

 BLUE value IS 28 (11.33% from 255) = 12.07%

R = 10.34%
G = 77.59%
B = 12.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#18B41C (or 0x18B41C) is known color: Lime Green. HEX triplet: 18, B4 and 1C. RGB value is (24,180,28). Sum of RGB (Red+Green+Blue) = 24+180+28=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 180 (70.70% from 255 or 77.59% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 180 - color contains mainly: green. Hex color #18B41C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B41C is #E74BE3. Grayscale: #747474. Windows color (decimal): -15158244 or 1881112. OLE color: 1881112.

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

Color convert

RGB 24 180 28 -
CMYK 0.87 0 0.84 0.29
HSL 121.54º 0.76% 0.4% -
HSV(B) 121.54º 0.87% 0.71% -
XYZ 16.91 32.92 6.56 -
YUV 116.03 78.32 62.36 -
System Red Green Blue C M Y K H S L
Decimal 24 180 28 0.87 0 0.84 0.29 121.54 0.76 0.4
Hex 18 B4 1C 57 0 54 1D 7A 4C 28
Octal 30 264 34 127 0 124 35 172 114 50
Binary 11000 10110100 11100 1010111 0 1010100 11101 1111010 1001100 101000

Color Harmonies of #18B41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B41C

Black with #18B41C

Text Example


Text Example

White with #18B41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,180,28); }

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

background-color css

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

 a { background-color: rgb(24,180,28); }

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

border-color css

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

 span { border-color: rgb(24,180,28); }

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