Html Css Color HEX #18CB0C Lime Green

📋 copy color: '#18CB0C'

red 24 ◦ green 203 ◦ blue 12

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

Shades of Lime Green #18CB0C

Tints of Lime Green #18CB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 10.04%
G = 84.94%
B = 5.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#18CB0C (or 0x18CB0C) is known color: Lime Green. HEX triplet: 18, CB and 0C. RGB value is (24,203,12). Sum of RGB (Red+Green+Blue) = 24+203+12=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 203 (79.69% from 255 or 84.94% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CB0C is #E734F3. Grayscale: #808080. Windows color (decimal): -15152372 or 838424. OLE color: 838424.

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

Color convert

RGB 24 203 12 -
CMYK 0.88 0 0.94 0.20
HSL 116.23º 0.89% 0.42% -
HSV(B) 116.23º 0.94% 0.8% -
XYZ 21.8 42.93 7.49 -
YUV 127.71 62.7 54.03 -
System Red Green Blue C M Y K H S L
Decimal 24 203 12 0.88 0 0.94 0.20 116.23 0.89 0.42
Hex 18 CB C 58 0 5E 14 74 59 2A
Octal 30 313 14 130 0 136 24 164 131 52
Binary 11000 11001011 1100 1011000 0 1011110 10100 1110100 1011001 101010

Color Harmonies of #18CB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CB0C

Black with #18CB0C

Text Example


Text Example

White with #18CB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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