Html Css Color HEX #18C121 Lime Green

📋 copy color: '#18C121'

red 24 ◦ green 193 ◦ blue 33

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

Shades of Lime Green #18C121

Tints of Lime Green #18C121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 77.2%

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

R = 9.6%
G = 77.2%
B = 13.2%

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

#18C121 (or 0x18C121) is known color: Lime Green. HEX triplet: 18, C1 and 21. RGB value is (24,193,33). Sum of RGB (Red+Green+Blue) = 24+193+33=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 193 (75.78% from 255 or 77.2% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 193 - color contains mainly: green. Hex color #18C121 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C121 is #E73EDE. Grayscale: #7C7C7C. Windows color (decimal): -15154911 or 2212120. OLE color: 2212120.

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

Color convert

RGB 24 193 33 -
CMYK 0.88 0 0.83 0.24
HSL 123.2º 0.78% 0.43% -
HSV(B) 123.2º 0.88% 0.76% -
XYZ 19.72 38.44 7.82 -
YUV 124.23 76.51 56.51 -
System Red Green Blue C M Y K H S L
Decimal 24 193 33 0.88 0 0.83 0.24 123.2 0.78 0.43
Hex 18 C1 21 58 0 53 18 7B 4E 2B
Octal 30 301 41 130 0 123 30 173 116 53
Binary 11000 11000001 100001 1011000 0 1010011 11000 1111011 1001110 101011

Color Harmonies of #18C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C121

Black with #18C121

Text Example


Text Example

White with #18C121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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