Html Css Color HEX #18C620 Lime Green

📋 copy color: '#18C620'

red 24 ◦ green 198 ◦ blue 32

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

Shades of Lime Green #18C620

Tints of Lime Green #18C620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 77.95%

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 9.45%
G = 77.95%
B = 12.6%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#18C620 (or 0x18C620) is known color: Lime Green. HEX triplet: 18, C6 and 20. RGB value is (24,198,32). Sum of RGB (Red+Green+Blue) = 24+198+32=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 198 (77.73% from 255 or 77.95% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 198 - color contains mainly: green. Hex color #18C620 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C620 is #E739DF. Grayscale: #7F7F7F. Windows color (decimal): -15153632 or 2147864. OLE color: 2147864.

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

Color convert

RGB 24 198 32 -
CMYK 0.88 0 0.84 0.22
HSL 122.76º 0.78% 0.44% -
HSV(B) 122.76º 0.88% 0.78% -
XYZ 20.83 40.69 8.12 -
YUV 127.05 74.35 54.5 -
System Red Green Blue C M Y K H S L
Decimal 24 198 32 0.88 0 0.84 0.22 122.76 0.78 0.44
Hex 18 C6 20 58 0 54 16 7B 4E 2C
Octal 30 306 40 130 0 124 26 173 116 54
Binary 11000 11000110 100000 1011000 0 1010100 10110 1111011 1001110 101100

Color Harmonies of #18C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C620

Black with #18C620

Text Example


Text Example

White with #18C620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,198,32); }

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

background-color css

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

 a { background-color: rgb(24,198,32); }

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

border-color css

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

 span { border-color: rgb(24,198,32); }

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