Html Css Color HEX #18BF26 Lime Green

📋 copy color: '#18BF26'

red 24 ◦ green 191 ◦ blue 38

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

Shades of Lime Green #18BF26

Tints of Lime Green #18BF26

RGB

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

 GREEN value IS 191 (75% from 255) = 75.49%

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 9.49%
G = 75.49%
B = 15.02%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#18BF26 (or 0x18BF26) is known color: Lime Green. HEX triplet: 18, BF and 26. RGB value is (24,191,38). Sum of RGB (Red+Green+Blue) = 24+191+38=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 191 (75% from 255 or 75.49% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BF26 is #E740D9. Grayscale: #7C7C7C. Windows color (decimal): -15155418 or 2539288. OLE color: 2539288.

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

Color convert

RGB 24 191 38 -
CMYK 0.87 0 0.80 0.25
HSL 125.03º 0.78% 0.42% -
HSV(B) 125.03º 0.87% 0.75% -
XYZ 19.36 37.6 8.07 -
YUV 123.63 79.67 56.94 -
System Red Green Blue C M Y K H S L
Decimal 24 191 38 0.87 0 0.80 0.25 125.03 0.78 0.42
Hex 18 BF 26 57 0 50 19 7D 4E 2A
Octal 30 277 46 127 0 120 31 175 116 52
Binary 11000 10111111 100110 1010111 0 1010000 11001 1111101 1001110 101010

Color Harmonies of #18BF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BF26

Black with #18BF26

Text Example


Text Example

White with #18BF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,191,38); }

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

background-color css

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

 a { background-color: rgb(24,191,38); }

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

border-color css

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

 span { border-color: rgb(24,191,38); }

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