Html Css Color HEX #18D227 Lime Green

📋 copy color: '#18D227'

red 24 ◦ green 210 ◦ blue 39

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

Shades of Lime Green #18D227

Tints of Lime Green #18D227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 8.79%
G = 76.92%
B = 14.29%

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

#18D227 (or 0x18D227) is known color: Lime Green. HEX triplet: 18, D2 and 27. RGB value is (24,210,39). Sum of RGB (Red+Green+Blue) = 24+210+39=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 210 (82.42% from 255 or 76.92% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 210 - color contains mainly: green. Hex color #18D227 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D227 is #E72DD8. Grayscale: #878787. Windows color (decimal): -15150553 or 2609688. OLE color: 2609688.

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

Color convert

RGB 24 210 39 -
CMYK 0.89 0 0.81 0.18
HSL 124.84º 0.79% 0.46% -
HSV(B) 124.84º 0.89% 0.82% -
XYZ 23.79 46.43 9.63 -
YUV 134.89 73.88 48.9 -
System Red Green Blue C M Y K H S L
Decimal 24 210 39 0.89 0 0.81 0.18 124.84 0.79 0.46
Hex 18 D2 27 59 0 51 12 7D 4F 2E
Octal 30 322 47 131 0 121 22 175 117 56
Binary 11000 11010010 100111 1011001 0 1010001 10010 1111101 1001111 101110

Color Harmonies of #18D227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D227

Black with #18D227

Text Example


Text Example

White with #18D227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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