Html Css Color HEX #18D027 Lime Green

📋 copy color: '#18D027'

red 24 ◦ green 208 ◦ blue 39

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

Shades of Lime Green #18D027

Tints of Lime Green #18D027

RGB

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

 GREEN value IS 208 (81.64% from 255) = 76.75%

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

R = 8.86%
G = 76.75%
B = 14.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#18D027 (or 0x18D027) is known color: Lime Green. HEX triplet: 18, D0 and 27. RGB value is (24,208,39). Sum of RGB (Red+Green+Blue) = 24+208+39=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 208 (81.64% from 255 or 76.75% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 208 - color contains mainly: green. Hex color #18D027 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D027 is #E72FD8. Grayscale: #868686. Windows color (decimal): -15151065 or 2609176. OLE color: 2609176.

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

Color convert

RGB 24 208 39 -
CMYK 0.88 0 0.81 0.18
HSL 124.89º 0.79% 0.45% -
HSV(B) 124.89º 0.88% 0.82% -
XYZ 23.3 45.45 9.46 -
YUV 133.72 74.54 49.74 -
System Red Green Blue C M Y K H S L
Decimal 24 208 39 0.88 0 0.81 0.18 124.89 0.79 0.45
Hex 18 D0 27 58 0 51 12 7D 4F 2D
Octal 30 320 47 130 0 121 22 175 117 55
Binary 11000 11010000 100111 1011000 0 1010001 10010 1111101 1001111 101101

Color Harmonies of #18D027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D027

Black with #18D027

Text Example


Text Example

White with #18D027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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