Html Css Color HEX #18D52C Lime Green

📋 copy color: '#18D52C'

red 24 ◦ green 213 ◦ blue 44

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

Shades of Lime Green #18D52C

Tints of Lime Green #18D52C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 75.8%

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

R = 8.54%
G = 75.8%
B = 15.66%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#18D52C (or 0x18D52C) is known color: Lime Green. HEX triplet: 18, D5 and 2C. RGB value is (24,213,44). Sum of RGB (Red+Green+Blue) = 24+213+44=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 213 (83.59% from 255 or 75.80% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 213 - color contains mainly: green. Hex color #18D52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D52C is #E72AD3. Grayscale: #898989. Windows color (decimal): -15149780 or 2938136. OLE color: 2938136.

HSL color Cylindrical-coordinate representation of color #18D52C: hue angle of 126.35º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D52C is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 213 44 -
CMYK 0.89 0 0.79 0.16
HSL 126.35º 0.8% 0.46% -
HSV(B) 126.35º 0.89% 0.84% -
XYZ 24.63 47.96 10.34 -
YUV 137.22 75.38 47.24 -
System Red Green Blue C M Y K H S L
Decimal 24 213 44 0.89 0 0.79 0.16 126.35 0.8 0.46
Hex 18 D5 2C 59 0 4F 10 7E 50 2E
Octal 30 325 54 131 0 117 20 176 120 56
Binary 11000 11010101 101100 1011001 0 1001111 10000 1111110 1010000 101110

Color Harmonies of #18D52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D52C

Black with #18D52C

Text Example


Text Example

White with #18D52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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