Html Css Color HEX #18CD1A Lime Green

📋 copy color: '#18CD1A'

red 24 ◦ green 205 ◦ blue 26

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

Shades of Lime Green #18CD1A

Tints of Lime Green #18CD1A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 80.39%

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 9.41%
G = 80.39%
B = 10.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#18CD1A (or 0x18CD1A) is known color: Lime Green. HEX triplet: 18, CD and 1A. RGB value is (24,205,26). Sum of RGB (Red+Green+Blue) = 24+205+26=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 205 (80.47% from 255 or 80.39% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CD1A is #E732E5. Grayscale: #838383. Windows color (decimal): -15151846 or 1756440. OLE color: 1756440.

HSL color Cylindrical-coordinate representation of color #18CD1A: hue angle of 120.66º 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 #18CD1A is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 205 26 -
CMYK 0.88 0 0.87 0.20
HSL 120.66º 0.79% 0.45% -
HSV(B) 120.66º 0.88% 0.8% -
XYZ 22.39 43.93 8.28 -
YUV 130.48 69.03 52.05 -
System Red Green Blue C M Y K H S L
Decimal 24 205 26 0.88 0 0.87 0.20 120.66 0.79 0.45
Hex 18 CD 1A 58 0 57 14 79 4F 2D
Octal 30 315 32 130 0 127 24 171 117 55
Binary 11000 11001101 11010 1011000 0 1010111 10100 1111001 1001111 101101

Color Harmonies of #18CD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CD1A

Black with #18CD1A

Text Example


Text Example

White with #18CD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,205,26); }

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

background-color css

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

 a { background-color: rgb(24,205,26); }

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

border-color css

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

 span { border-color: rgb(24,205,26); }

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