Html Css Color HEX #18CA2B Lime Green

📋 copy color: '#18CA2B'

red 24 ◦ green 202 ◦ blue 43

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

Shades of Lime Green #18CA2B

Tints of Lime Green #18CA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 8.92%
G = 75.09%
B = 15.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#18CA2B (or 0x18CA2B) is known color: Lime Green. HEX triplet: 18, CA and 2B. RGB value is (24,202,43). Sum of RGB (Red+Green+Blue) = 24+202+43=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 202 (79.30% from 255 or 75.09% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CA2B is #E735D4. Grayscale: #838383. Windows color (decimal): -15152597 or 2869784. OLE color: 2869784.

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

Color convert

RGB 24 202 43 -
CMYK 0.88 0 0.79 0.21
HSL 126.4º 0.79% 0.44% -
HSV(B) 126.4º 0.88% 0.79% -
XYZ 21.93 42.61 9.35 -
YUV 130.65 78.53 51.93 -
System Red Green Blue C M Y K H S L
Decimal 24 202 43 0.88 0 0.79 0.21 126.4 0.79 0.44
Hex 18 CA 2B 58 0 4F 15 7E 4F 2C
Octal 30 312 53 130 0 117 25 176 117 54
Binary 11000 11001010 101011 1011000 0 1001111 10101 1111110 1001111 101100

Color Harmonies of #18CA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CA2B

Black with #18CA2B

Text Example


Text Example

White with #18CA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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