Html Css Color HEX #18C01B Lime Green

📋 copy color: '#18C01B'

red 24 ◦ green 192 ◦ blue 27

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

Shades of Lime Green #18C01B

Tints of Lime Green #18C01B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 79.01%

 BLUE value IS 27 (10.94% from 255) = 11.11%

R = 9.88%
G = 79.01%
B = 11.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#18C01B (or 0x18C01B) is known color: Lime Green. HEX triplet: 18, C0 and 1B. RGB value is (24,192,27). Sum of RGB (Red+Green+Blue) = 24+192+27=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 192 (75.39% from 255 or 79.01% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 192 - color contains mainly: green. Hex color #18C01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C01B is #E73FE4. Grayscale: #7B7B7B. Windows color (decimal): -15155173 or 1818648. OLE color: 1818648.

HSL color Cylindrical-coordinate representation of color #18C01B: hue angle of 121.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C01B is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 192 27 -
CMYK 0.88 0 0.86 0.25
HSL 121.07º 0.78% 0.42% -
HSV(B) 121.07º 0.88% 0.75% -
XYZ 19.42 37.97 7.34 -
YUV 122.96 73.84 57.42 -
System Red Green Blue C M Y K H S L
Decimal 24 192 27 0.88 0 0.86 0.25 121.07 0.78 0.42
Hex 18 C0 1B 58 0 56 19 79 4E 2A
Octal 30 300 33 130 0 126 31 171 116 52
Binary 11000 11000000 11011 1011000 0 1010110 11001 1111001 1001110 101010

Color Harmonies of #18C01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C01B

Black with #18C01B

Text Example


Text Example

White with #18C01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,192,27); }

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

background-color css

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

 a { background-color: rgb(24,192,27); }

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

border-color css

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

 span { border-color: rgb(24,192,27); }

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