Html Css Color HEX #18DA2A Lime Green

📋 copy color: '#18DA2A'

red 24 ◦ green 218 ◦ blue 42

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

Shades of Lime Green #18DA2A

Tints of Lime Green #18DA2A

RGB

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

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

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

R = 8.45%
G = 76.76%
B = 14.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#18DA2A (or 0x18DA2A) is known color: Lime Green. HEX triplet: 18, DA and 2A. RGB value is (24,218,42). Sum of RGB (Red+Green+Blue) = 24+218+42=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 218 (85.55% from 255 or 76.76% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DA2A is #E725D5. Grayscale: #8C8C8C. Windows color (decimal): -15148502 or 2808344. OLE color: 2808344.

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

Color convert

RGB 24 218 42 -
CMYK 0.89 0 0.81 0.15
HSL 125.57º 0.8% 0.47% -
HSV(B) 125.57º 0.89% 0.85% -
XYZ 25.87 50.5 10.58 -
YUV 139.93 72.73 45.31 -
System Red Green Blue C M Y K H S L
Decimal 24 218 42 0.89 0 0.81 0.15 125.57 0.8 0.47
Hex 18 DA 2A 59 0 51 F 7E 50 2F
Octal 30 332 52 131 0 121 17 176 120 57
Binary 11000 11011010 101010 1011001 0 1010001 1111 1111110 1010000 101111

Color Harmonies of #18DA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DA2A

Black with #18DA2A

Text Example


Text Example

White with #18DA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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