Html Css Color HEX #18CA1D Lime Green

📋 copy color: '#18CA1D'

red 24 ◦ green 202 ◦ blue 29

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

Shades of Lime Green #18CA1D

Tints of Lime Green #18CA1D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 79.22%

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 9.41%
G = 79.22%
B = 11.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#18CA1D (or 0x18CA1D) is known color: Lime Green. HEX triplet: 18, CA and 1D. RGB value is (24,202,29). Sum of RGB (Red+Green+Blue) = 24+202+29=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 202 (79.30% from 255 or 79.22% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CA1D is #E735E2. Grayscale: #818181. Windows color (decimal): -15152611 or 1952280. OLE color: 1952280.

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

Color convert

RGB 24 202 29 -
CMYK 0.88 0 0.86 0.21
HSL 121.69º 0.79% 0.44% -
HSV(B) 121.69º 0.88% 0.79% -
XYZ 21.72 42.52 8.23 -
YUV 129.06 71.53 53.07 -
System Red Green Blue C M Y K H S L
Decimal 24 202 29 0.88 0 0.86 0.21 121.69 0.79 0.44
Hex 18 CA 1D 58 0 56 15 7A 4F 2C
Octal 30 312 35 130 0 126 25 172 117 54
Binary 11000 11001010 11101 1011000 0 1010110 10101 1111010 1001111 101100

Color Harmonies of #18CA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CA1D

Black with #18CA1D

Text Example


Text Example

White with #18CA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,202,29); }

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

background-color css

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

 a { background-color: rgb(24,202,29); }

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

border-color css

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

 span { border-color: rgb(24,202,29); }

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