Html Css Color HEX #18D228 Lime Green

📋 copy color: '#18D228'

red 24 ◦ green 210 ◦ blue 40

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

Shades of Lime Green #18D228

Tints of Lime Green #18D228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.6%

R = 8.76%
G = 76.64%
B = 14.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#18D228 (or 0x18D228) is known color: Lime Green. HEX triplet: 18, D2 and 28. RGB value is (24,210,40). Sum of RGB (Red+Green+Blue) = 24+210+40=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 210 (82.42% from 255 or 76.64% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 210 - color contains mainly: green. Hex color #18D228 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D228 is #E72DD7. Grayscale: #878787. Windows color (decimal): -15150552 or 2675224. OLE color: 2675224.

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

Color convert

RGB 24 210 40 -
CMYK 0.89 0 0.81 0.18
HSL 125.16º 0.79% 0.46% -
HSV(B) 125.16º 0.89% 0.82% -
XYZ 23.81 46.44 9.72 -
YUV 135.01 74.38 48.82 -
System Red Green Blue C M Y K H S L
Decimal 24 210 40 0.89 0 0.81 0.18 125.16 0.79 0.46
Hex 18 D2 28 59 0 51 12 7D 4F 2E
Octal 30 322 50 131 0 121 22 175 117 56
Binary 11000 11010010 101000 1011001 0 1010001 10010 1111101 1001111 101110

Color Harmonies of #18D228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D228

Black with #18D228

Text Example


Text Example

White with #18D228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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