Html Css Color HEX #18D822 Lime Green

📋 copy color: '#18D822'

red 24 ◦ green 216 ◦ blue 34

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

Shades of Lime Green #18D822

Tints of Lime Green #18D822

RGB

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

 GREEN value IS 216 (84.77% from 255) = 78.83%

 BLUE value IS 34 (13.67% from 255) = 12.41%

R = 8.76%
G = 78.83%
B = 12.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#18D822 (or 0x18D822) is known color: Lime Green. HEX triplet: 18, D8 and 22. RGB value is (24,216,34). Sum of RGB (Red+Green+Blue) = 24+216+34=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 216 (84.77% from 255 or 78.83% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 216 - color contains mainly: green. Hex color #18D822 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D822 is #E727DD. Grayscale: #8A8A8A. Windows color (decimal): -15149022 or 2283544. OLE color: 2283544.

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

Color convert

RGB 24 216 34 -
CMYK 0.89 0 0.84 0.15
HSL 123.13º 0.8% 0.47% -
HSV(B) 123.13º 0.89% 0.85% -
XYZ 25.22 49.42 9.72 -
YUV 137.84 69.39 46.8 -
System Red Green Blue C M Y K H S L
Decimal 24 216 34 0.89 0 0.84 0.15 123.13 0.8 0.47
Hex 18 D8 22 59 0 54 F 7B 50 2F
Octal 30 330 42 131 0 124 17 173 120 57
Binary 11000 11011000 100010 1011001 0 1010100 1111 1111011 1010000 101111

Color Harmonies of #18D822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D822

Black with #18D822

Text Example


Text Example

White with #18D822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,216,34); }

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

background-color css

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

 a { background-color: rgb(24,216,34); }

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

border-color css

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

 span { border-color: rgb(24,216,34); }

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