Html Css Color HEX #18C32C Lime Green

📋 copy color: '#18C32C'

red 24 ◦ green 195 ◦ blue 44

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

Shades of Lime Green #18C32C

Tints of Lime Green #18C32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.73%

R = 9.13%
G = 74.14%
B = 16.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#18C32C (or 0x18C32C) is known color: Lime Green. HEX triplet: 18, C3 and 2C. RGB value is (24,195,44). Sum of RGB (Red+Green+Blue) = 24+195+44=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 195 (76.56% from 255 or 74.14% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 195 - color contains mainly: green. Hex color #18C32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C32C is #E73CD3. Grayscale: #7F7F7F. Windows color (decimal): -15154388 or 2933528. OLE color: 2933528.

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

Color convert

RGB 24 195 44 -
CMYK 0.88 0 0.77 0.24
HSL 127.02º 0.78% 0.43% -
HSV(B) 127.02º 0.88% 0.76% -
XYZ 20.35 39.41 8.92 -
YUV 126.66 81.35 54.78 -
System Red Green Blue C M Y K H S L
Decimal 24 195 44 0.88 0 0.77 0.24 127.02 0.78 0.43
Hex 18 C3 2C 58 0 4D 18 7F 4E 2B
Octal 30 303 54 130 0 115 30 177 116 53
Binary 11000 11000011 101100 1011000 0 1001101 11000 1111111 1001110 101011

Color Harmonies of #18C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C32C

Black with #18C32C

Text Example


Text Example

White with #18C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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