Html Css Color HEX #18D52A Lime Green

📋 copy color: '#18D52A'

red 24 ◦ green 213 ◦ blue 42

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

Shades of Lime Green #18D52A

Tints of Lime Green #18D52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 8.6%
G = 76.34%
B = 15.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#18D52A (or 0x18D52A) is known color: Lime Green. HEX triplet: 18, D5 and 2A. RGB value is (24,213,42). Sum of RGB (Red+Green+Blue) = 24+213+42=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 213 (83.59% from 255 or 76.34% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 213 - color contains mainly: green. Hex color #18D52A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D52A is #E72AD5. Grayscale: #898989. Windows color (decimal): -15149782 or 2807064. OLE color: 2807064.

HSL color Cylindrical-coordinate representation of color #18D52A: hue angle of 125.71º 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 #18D52A is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 213 42 -
CMYK 0.89 0 0.80 0.16
HSL 125.71º 0.8% 0.46% -
HSV(B) 125.71º 0.89% 0.84% -
XYZ 24.59 47.95 10.15 -
YUV 137 74.38 47.4 -
System Red Green Blue C M Y K H S L
Decimal 24 213 42 0.89 0 0.80 0.16 125.71 0.8 0.46
Hex 18 D5 2A 59 0 50 10 7E 50 2E
Octal 30 325 52 131 0 120 20 176 120 56
Binary 11000 11010101 101010 1011001 0 1010000 10000 1111110 1010000 101110

Color Harmonies of #18D52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D52A

Black with #18D52A

Text Example


Text Example

White with #18D52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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