Html Css Color HEX #18C028 Lime Green

📋 copy color: '#18C028'

red 24 ◦ green 192 ◦ blue 40

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

Shades of Lime Green #18C028

Tints of Lime Green #18C028

RGB

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

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

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

R = 9.38%
G = 75%
B = 15.63%

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

#18C028 (or 0x18C028) is known color: Lime Green. HEX triplet: 18, C0 and 28. RGB value is (24,192,40). Sum of RGB (Red+Green+Blue) = 24+192+40=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #18C028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C028 is #E73FD7. Grayscale: #7C7C7C. Windows color (decimal): -15155160 or 2670616. OLE color: 2670616.

HSL color Cylindrical-coordinate representation of color #18C028: hue angle of 125.71º 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 #18C028 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 192 40 -
CMYK 0.88 0 0.79 0.25
HSL 125.71º 0.78% 0.42% -
HSV(B) 125.71º 0.88% 0.75% -
XYZ 19.61 38.05 8.32 -
YUV 124.44 80.34 56.36 -
System Red Green Blue C M Y K H S L
Decimal 24 192 40 0.88 0 0.79 0.25 125.71 0.78 0.42
Hex 18 C0 28 58 0 4F 19 7E 4E 2A
Octal 30 300 50 130 0 117 31 176 116 52
Binary 11000 11000000 101000 1011000 0 1001111 11001 1111110 1001110 101010

Color Harmonies of #18C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C028

Black with #18C028

Text Example


Text Example

White with #18C028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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