Html Css Color HEX #18CE0E Lime Green

📋 copy color: '#18CE0E'

red 24 ◦ green 206 ◦ blue 14

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

Shades of Lime Green #18CE0E

Tints of Lime Green #18CE0E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 84.43%

 BLUE value IS 14 (5.86% from 255) = 5.74%

R = 9.84%
G = 84.43%
B = 5.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#18CE0E (or 0x18CE0E) is known color: Lime Green. HEX triplet: 18, CE and 0E. RGB value is (24,206,14). Sum of RGB (Red+Green+Blue) = 24+206+14=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 206 (80.86% from 255 or 84.43% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 206 - color contains mainly: green. Hex color #18CE0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CE0E is #E731F1. Grayscale: #828282. Windows color (decimal): -15151602 or 970264. OLE color: 970264.

HSL color Cylindrical-coordinate representation of color #18CE0E: hue angle of 116.88º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18CE0E is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 206 14 -
CMYK 0.88 0 0.93 0.19
HSL 116.88º 0.87% 0.43% -
HSV(B) 116.88º 0.93% 0.81% -
XYZ 22.53 44.37 7.79 -
YUV 129.69 62.7 52.61 -
System Red Green Blue C M Y K H S L
Decimal 24 206 14 0.88 0 0.93 0.19 116.88 0.87 0.43
Hex 18 CE E 58 0 5D 13 75 57 2B
Octal 30 316 16 130 0 135 23 165 127 53
Binary 11000 11001110 1110 1011000 0 1011101 10011 1110101 1010111 101011

Color Harmonies of #18CE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CE0E

Black with #18CE0E

Text Example


Text Example

White with #18CE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,206,14); }

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

background-color css

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

 a { background-color: rgb(24,206,14); }

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

border-color css

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

 span { border-color: rgb(24,206,14); }

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