Html Css Color HEX #18C81B Lime Green

📋 copy color: '#18C81B'

red 24 ◦ green 200 ◦ blue 27

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

Shades of Lime Green #18C81B

Tints of Lime Green #18C81B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 79.68%

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

R = 9.56%
G = 79.68%
B = 10.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#18C81B (or 0x18C81B) is known color: Lime Green. HEX triplet: 18, C8 and 1B. RGB value is (24,200,27). Sum of RGB (Red+Green+Blue) = 24+200+27=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 200 (78.52% from 255 or 79.68% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 200 - color contains mainly: green. Hex color #18C81B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C81B is #E737E4. Grayscale: #808080. Windows color (decimal): -15153125 or 1820696. OLE color: 1820696.

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

Color convert

RGB 24 200 27 -
CMYK 0.88 0 0.86 0.22
HSL 121.02º 0.79% 0.44% -
HSV(B) 121.02º 0.88% 0.78% -
XYZ 21.23 41.58 7.94 -
YUV 127.65 71.19 54.07 -
System Red Green Blue C M Y K H S L
Decimal 24 200 27 0.88 0 0.86 0.22 121.02 0.79 0.44
Hex 18 C8 1B 58 0 56 16 79 4F 2C
Octal 30 310 33 130 0 126 26 171 117 54
Binary 11000 11001000 11011 1011000 0 1010110 10110 1111001 1001111 101100

Color Harmonies of #18C81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C81B

Black with #18C81B

Text Example


Text Example

White with #18C81B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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