Html Css Color HEX #18C221 Lime Green

📋 copy color: '#18C221'

red 24 ◦ green 194 ◦ blue 33

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

Shades of Lime Green #18C221

Tints of Lime Green #18C221

RGB

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

 GREEN value IS 194 (76.17% from 255) = 77.29%

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

R = 9.56%
G = 77.29%
B = 13.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#18C221 (or 0x18C221) is known color: Lime Green. HEX triplet: 18, C2 and 21. RGB value is (24,194,33). Sum of RGB (Red+Green+Blue) = 24+194+33=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 194 (76.17% from 255 or 77.29% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 194 - color contains mainly: green. Hex color #18C221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C221 is #E73DDE. Grayscale: #7D7D7D. Windows color (decimal): -15154655 or 2212376. OLE color: 2212376.

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

Color convert

RGB 24 194 33 -
CMYK 0.88 0 0.83 0.24
HSL 123.18º 0.78% 0.43% -
HSV(B) 123.18º 0.88% 0.76% -
XYZ 19.94 38.89 7.89 -
YUV 124.82 76.18 56.09 -
System Red Green Blue C M Y K H S L
Decimal 24 194 33 0.88 0 0.83 0.24 123.18 0.78 0.43
Hex 18 C2 21 58 0 53 18 7B 4E 2B
Octal 30 302 41 130 0 123 30 173 116 53
Binary 11000 11000010 100001 1011000 0 1010011 11000 1111011 1001110 101011

Color Harmonies of #18C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C221

Black with #18C221

Text Example


Text Example

White with #18C221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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