Html Css Color HEX #18D42F Lime Green

📋 copy color: '#18D42F'

red 24 ◦ green 212 ◦ blue 47

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

Shades of Lime Green #18D42F

Tints of Lime Green #18D42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 8.48%
G = 74.91%
B = 16.61%

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

#18D42F (or 0x18D42F) is known color: Lime Green. HEX triplet: 18, D4 and 2F. RGB value is (24,212,47). Sum of RGB (Red+Green+Blue) = 24+212+47=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 212 (83.20% from 255 or 74.91% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 212 - color contains mainly: green. Hex color #18D42F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D42F is #E72BD0. Grayscale: #898989. Windows color (decimal): -15150033 or 3134488. OLE color: 3134488.

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

Color convert

RGB 24 212 47 -
CMYK 0.89 0 0.78 0.17
HSL 127.34º 0.8% 0.46% -
HSV(B) 127.34º 0.89% 0.83% -
XYZ 24.43 47.49 10.57 -
YUV 136.98 77.22 47.42 -
System Red Green Blue C M Y K H S L
Decimal 24 212 47 0.89 0 0.78 0.17 127.34 0.8 0.46
Hex 18 D4 2F 59 0 4E 11 7F 50 2E
Octal 30 324 57 131 0 116 21 177 120 56
Binary 11000 11010100 101111 1011001 0 1001110 10001 1111111 1010000 101110

Color Harmonies of #18D42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D42F

Black with #18D42F

Text Example


Text Example

White with #18D42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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