Html Css Color HEX #18D42E Lime Green

📋 copy color: '#18D42E'

red 24 ◦ green 212 ◦ blue 46

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

Shades of Lime Green #18D42E

Tints of Lime Green #18D42E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 75.18%

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 8.51%
G = 75.18%
B = 16.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#18D42E (or 0x18D42E) is known color: Lime Green. HEX triplet: 18, D4 and 2E. RGB value is (24,212,46). Sum of RGB (Red+Green+Blue) = 24+212+46=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 212 (83.20% from 255 or 75.18% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 212 - color contains mainly: green. Hex color #18D42E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D42E is #E72BD1. Grayscale: #898989. Windows color (decimal): -15150034 or 3068952. OLE color: 3068952.

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

Color convert

RGB 24 212 46 -
CMYK 0.89 0 0.78 0.17
HSL 127.02º 0.8% 0.46% -
HSV(B) 127.02º 0.89% 0.83% -
XYZ 24.41 47.48 10.46 -
YUV 136.86 76.72 47.5 -
System Red Green Blue C M Y K H S L
Decimal 24 212 46 0.89 0 0.78 0.17 127.02 0.8 0.46
Hex 18 D4 2E 59 0 4E 11 7F 50 2E
Octal 30 324 56 131 0 116 21 177 120 56
Binary 11000 11010100 101110 1011001 0 1001110 10001 1111111 1010000 101110

Color Harmonies of #18D42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D42E

Black with #18D42E

Text Example


Text Example

White with #18D42E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,212,46); }

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

background-color css

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

 a { background-color: rgb(24,212,46); }

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

border-color css

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

 span { border-color: rgb(24,212,46); }

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