Html Css Color HEX #18CB1C Lime Green

📋 copy color: '#18CB1C'

red 24 ◦ green 203 ◦ blue 28

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

Shades of Lime Green #18CB1C

Tints of Lime Green #18CB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 79.61%

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

R = 9.41%
G = 79.61%
B = 10.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#18CB1C (or 0x18CB1C) is known color: Lime Green. HEX triplet: 18, CB and 1C. RGB value is (24,203,28). Sum of RGB (Red+Green+Blue) = 24+203+28=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 203 (79.69% from 255 or 79.61% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CB1C is #E734E3. Grayscale: #828282. Windows color (decimal): -15152356 or 1887000. OLE color: 1887000.

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

Color convert

RGB 24 203 28 -
CMYK 0.88 0 0.86 0.20
HSL 121.34º 0.79% 0.45% -
HSV(B) 121.34º 0.88% 0.8% -
XYZ 21.94 42.99 8.24 -
YUV 129.53 70.7 52.73 -
System Red Green Blue C M Y K H S L
Decimal 24 203 28 0.88 0 0.86 0.20 121.34 0.79 0.45
Hex 18 CB 1C 58 0 56 14 79 4F 2D
Octal 30 313 34 130 0 126 24 171 117 55
Binary 11000 11001011 11100 1011000 0 1010110 10100 1111001 1001111 101101

Color Harmonies of #18CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CB1C

Black with #18CB1C

Text Example


Text Example

White with #18CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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