Html Css Color HEX #18C029 Lime Green

📋 copy color: '#18C029'

red 24 ◦ green 192 ◦ blue 41

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

Shades of Lime Green #18C029

Tints of Lime Green #18C029

RGB

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

 GREEN value IS 192 (75.39% from 255) = 74.71%

 BLUE value IS 41 (16.41% from 255) = 15.95%

R = 9.34%
G = 74.71%
B = 15.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#18C029 (or 0x18C029) is known color: Lime Green. HEX triplet: 18, C0 and 29. RGB value is (24,192,41). Sum of RGB (Red+Green+Blue) = 24+192+41=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #18C029 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C029 is #E73FD6. Grayscale: #7C7C7C. Windows color (decimal): -15155159 or 2736152. OLE color: 2736152.

HSL color Cylindrical-coordinate representation of color #18C029: hue angle of 126.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C029 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 192 41 -
CMYK 0.88 0 0.79 0.25
HSL 126.07º 0.78% 0.42% -
HSV(B) 126.07º 0.88% 0.75% -
XYZ 19.63 38.05 8.41 -
YUV 124.55 80.84 56.28 -
System Red Green Blue C M Y K H S L
Decimal 24 192 41 0.88 0 0.79 0.25 126.07 0.78 0.42
Hex 18 C0 29 58 0 4F 19 7E 4E 2A
Octal 30 300 51 130 0 117 31 176 116 52
Binary 11000 11000000 101001 1011000 0 1001111 11001 1111110 1001110 101010

Color Harmonies of #18C029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C029

Black with #18C029

Text Example


Text Example

White with #18C029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,192,41); }

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

background-color css

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

 a { background-color: rgb(24,192,41); }

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

border-color css

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

 span { border-color: rgb(24,192,41); }

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