Html Css Color HEX #18DA2D Lime Green

📋 copy color: '#18DA2D'

red 24 ◦ green 218 ◦ blue 45

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

Shades of Lime Green #18DA2D

Tints of Lime Green #18DA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 8.36%
G = 75.96%
B = 15.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#18DA2D (or 0x18DA2D) is known color: Lime Green. HEX triplet: 18, DA and 2D. RGB value is (24,218,45). Sum of RGB (Red+Green+Blue) = 24+218+45=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 218 (85.55% from 255 or 75.96% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DA2D is #E725D2. Grayscale: #8C8C8C. Windows color (decimal): -15148499 or 3004952. OLE color: 3004952.

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

Color convert

RGB 24 218 45 -
CMYK 0.89 0 0.79 0.15
HSL 126.49º 0.8% 0.47% -
HSV(B) 126.49º 0.89% 0.85% -
XYZ 25.92 50.53 10.87 -
YUV 140.27 74.23 45.07 -
System Red Green Blue C M Y K H S L
Decimal 24 218 45 0.89 0 0.79 0.15 126.49 0.8 0.47
Hex 18 DA 2D 59 0 4F F 7E 50 2F
Octal 30 332 55 131 0 117 17 176 120 57
Binary 11000 11011010 101101 1011001 0 1001111 1111 1111110 1010000 101111

Color Harmonies of #18DA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DA2D

Black with #18DA2D

Text Example


Text Example

White with #18DA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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