Html Css Color HEX #18DA2F Lime Green

📋 copy color: '#18DA2F'

red 24 ◦ green 218 ◦ blue 47

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

Shades of Lime Green #18DA2F

Tints of Lime Green #18DA2F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 75.43%

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

R = 8.3%
G = 75.43%
B = 16.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#18DA2F (or 0x18DA2F) is known color: Lime Green. HEX triplet: 18, DA and 2F. RGB value is (24,218,47). Sum of RGB (Red+Green+Blue) = 24+218+47=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 218 (85.55% from 255 or 75.43% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DA2F is #E725D0. Grayscale: #8C8C8C. Windows color (decimal): -15148497 or 3136024. OLE color: 3136024.

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

Color convert

RGB 24 218 47 -
CMYK 0.89 0 0.78 0.15
HSL 127.11º 0.8% 0.47% -
HSV(B) 127.11º 0.89% 0.85% -
XYZ 25.96 50.54 11.08 -
YUV 140.5 75.23 44.9 -
System Red Green Blue C M Y K H S L
Decimal 24 218 47 0.89 0 0.78 0.15 127.11 0.8 0.47
Hex 18 DA 2F 59 0 4E F 7F 50 2F
Octal 30 332 57 131 0 116 17 177 120 57
Binary 11000 11011010 101111 1011001 0 1001110 1111 1111111 1010000 101111

Color Harmonies of #18DA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DA2F

Black with #18DA2F

Text Example


Text Example

White with #18DA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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