Html Css Color HEX #18BC28 Lime Green

📋 copy color: '#18BC28'

red 24 ◦ green 188 ◦ blue 40

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

Shades of Lime Green #18BC28

Tints of Lime Green #18BC28

RGB

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

 GREEN value IS 188 (73.83% from 255) = 74.6%

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

R = 9.52%
G = 74.6%
B = 15.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#18BC28 (or 0x18BC28) is known color: Lime Green. HEX triplet: 18, BC and 28. RGB value is (24,188,40). Sum of RGB (Red+Green+Blue) = 24+188+40=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BC28 is #E743D7. Grayscale: #7A7A7A. Windows color (decimal): -15156184 or 2669592. OLE color: 2669592.

HSL color Cylindrical-coordinate representation of color #18BC28: hue angle of 125.85º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BC28 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 188 40 -
CMYK 0.87 0 0.79 0.26
HSL 125.85º 0.77% 0.42% -
HSV(B) 125.85º 0.87% 0.74% -
XYZ 18.74 36.31 8.03 -
YUV 122.09 81.67 58.03 -
System Red Green Blue C M Y K H S L
Decimal 24 188 40 0.87 0 0.79 0.26 125.85 0.77 0.42
Hex 18 BC 28 57 0 4F 1A 7E 4D 2A
Octal 30 274 50 127 0 117 32 176 115 52
Binary 11000 10111100 101000 1010111 0 1001111 11010 1111110 1001101 101010

Color Harmonies of #18BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BC28

Black with #18BC28

Text Example


Text Example

White with #18BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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