Html Css Color HEX #18D226 Lime Green

📋 copy color: '#18D226'

red 24 ◦ green 210 ◦ blue 38

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

Shades of Lime Green #18D226

Tints of Lime Green #18D226

RGB

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

 GREEN value IS 210 (82.42% from 255) = 77.21%

 BLUE value IS 38 (15.23% from 255) = 13.97%

R = 8.82%
G = 77.21%
B = 13.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#18D226 (or 0x18D226) is known color: Lime Green. HEX triplet: 18, D2 and 26. RGB value is (24,210,38). Sum of RGB (Red+Green+Blue) = 24+210+38=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 210 (82.42% from 255 or 77.21% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 210 - color contains mainly: green. Hex color #18D226 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D226 is #E72DD9. Grayscale: #878787. Windows color (decimal): -15150554 or 2544152. OLE color: 2544152.

HSL color Cylindrical-coordinate representation of color #18D226: hue angle of 124.52º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D226 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 210 38 -
CMYK 0.89 0 0.82 0.18
HSL 124.52º 0.79% 0.46% -
HSV(B) 124.52º 0.89% 0.82% -
XYZ 23.77 46.43 9.54 -
YUV 134.78 73.38 48.99 -
System Red Green Blue C M Y K H S L
Decimal 24 210 38 0.89 0 0.82 0.18 124.52 0.79 0.46
Hex 18 D2 26 59 0 52 12 7D 4F 2E
Octal 30 322 46 131 0 122 22 175 117 56
Binary 11000 11010010 100110 1011001 0 1010010 10010 1111101 1001111 101110

Color Harmonies of #18D226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D226

Black with #18D226

Text Example


Text Example

White with #18D226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,210,38); }

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

background-color css

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

 a { background-color: rgb(24,210,38); }

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

border-color css

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

 span { border-color: rgb(24,210,38); }

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