Html Css Color HEX #18C621 Lime Green

📋 copy color: '#18C621'

red 24 ◦ green 198 ◦ blue 33

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

Shades of Lime Green #18C621

Tints of Lime Green #18C621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.94%

R = 9.41%
G = 77.65%
B = 12.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#18C621 (or 0x18C621) is known color: Lime Green. HEX triplet: 18, C6 and 21. RGB value is (24,198,33). Sum of RGB (Red+Green+Blue) = 24+198+33=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 198 (77.73% from 255 or 77.65% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 198 - color contains mainly: green. Hex color #18C621 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C621 is #E739DE. Grayscale: #7F7F7F. Windows color (decimal): -15153631 or 2213400. OLE color: 2213400.

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

Color convert

RGB 24 198 33 -
CMYK 0.88 0 0.83 0.22
HSL 123.1º 0.78% 0.44% -
HSV(B) 123.1º 0.88% 0.78% -
XYZ 20.85 40.69 8.19 -
YUV 127.16 74.85 54.42 -
System Red Green Blue C M Y K H S L
Decimal 24 198 33 0.88 0 0.83 0.22 123.1 0.78 0.44
Hex 18 C6 21 58 0 53 16 7B 4E 2C
Octal 30 306 41 130 0 123 26 173 116 54
Binary 11000 11000110 100001 1011000 0 1010011 10110 1111011 1001110 101100

Color Harmonies of #18C621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C621

Black with #18C621

Text Example


Text Example

White with #18C621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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