Html Css Color HEX #18CC0A Lime Green

📋 copy color: '#18CC0A'

red 24 ◦ green 204 ◦ blue 10

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

Shades of Lime Green #18CC0A

Tints of Lime Green #18CC0A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 85.71%

 BLUE value IS 10 (4.3% from 255) = 4.2%

R = 10.08%
G = 85.71%
B = 4.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#18CC0A (or 0x18CC0A) is known color: Lime Green. HEX triplet: 18, CC and 0A. RGB value is (24,204,10). Sum of RGB (Red+Green+Blue) = 24+204+10=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 204 (80.08% from 255 or 85.71% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CC0A is #E733F5. Grayscale: #808080. Windows color (decimal): -15152118 or 707608. OLE color: 707608.

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

Color convert

RGB 24 204 10 -
CMYK 0.88 0 0.95 0.2
HSL 115.67º 0.91% 0.42% -
HSV(B) 115.67º 0.95% 0.8% -
XYZ 22.02 43.4 7.5 -
YUV 128.06 61.37 53.77 -
System Red Green Blue C M Y K H S L
Decimal 24 204 10 0.88 0 0.95 0.2 115.67 0.91 0.42
Hex 18 CC A 58 0 5F 14 74 5B 2A
Octal 30 314 12 130 0 137 24 164 133 52
Binary 11000 11001100 1010 1011000 0 1011111 10100 1110100 1011011 101010

Color Harmonies of #18CC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC0A

Black with #18CC0A

Text Example


Text Example

White with #18CC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,10); }

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

background-color css

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

 a { background-color: rgb(24,204,10); }

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

border-color css

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

 span { border-color: rgb(24,204,10); }

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