Html Css Color HEX #18C326 Lime Green

📋 copy color: '#18C326'

red 24 ◦ green 195 ◦ blue 38

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

Shades of Lime Green #18C326

Tints of Lime Green #18C326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 75.88%

 BLUE value IS 38 (15.23% from 255) = 14.79%

R = 9.34%
G = 75.88%
B = 14.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#18C326 (or 0x18C326) is known color: Lime Green. HEX triplet: 18, C3 and 26. RGB value is (24,195,38). Sum of RGB (Red+Green+Blue) = 24+195+38=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 195 (76.56% from 255 or 75.88% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 195 - color contains mainly: green. Hex color #18C326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C326 is #E73CD9. Grayscale: #7E7E7E. Windows color (decimal): -15154394 or 2540312. OLE color: 2540312.

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

Color convert

RGB 24 195 38 -
CMYK 0.88 0 0.81 0.24
HSL 124.91º 0.78% 0.43% -
HSV(B) 124.91º 0.88% 0.76% -
XYZ 20.24 39.36 8.36 -
YUV 125.97 78.35 55.27 -
System Red Green Blue C M Y K H S L
Decimal 24 195 38 0.88 0 0.81 0.24 124.91 0.78 0.43
Hex 18 C3 26 58 0 51 18 7D 4E 2B
Octal 30 303 46 130 0 121 30 175 116 53
Binary 11000 11000011 100110 1011000 0 1010001 11000 1111101 1001110 101011

Color Harmonies of #18C326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C326

Black with #18C326

Text Example


Text Example

White with #18C326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,195,38); }

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

background-color css

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

 a { background-color: rgb(24,195,38); }

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

border-color css

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

 span { border-color: rgb(24,195,38); }

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