Html Css Color HEX #19BF26 Lime Green

📋 copy color: '#19BF26'

red 25 ◦ green 191 ◦ blue 38

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

Shades of Lime Green #19BF26

Tints of Lime Green #19BF26

RGB

 RED value IS 25 (10.16% from 255) = 9.84%

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

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

R = 9.84%
G = 75.2%
B = 14.96%

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

#19BF26 (or 0x19BF26) is known color: Lime Green. HEX triplet: 19, BF and 26. RGB value is (25,191,38). Sum of RGB (Red+Green+Blue) = 25+191+38=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 191 (75% from 255 or 75.20% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BF26 is #E640D9. Grayscale: #7C7C7C. Windows color (decimal): -15089882 or 2539289. OLE color: 2539289.

HSL color Cylindrical-coordinate representation of color #19BF26: hue angle of 124.7º degrees, saturation: 0.77, 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 #19BF26 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 191 38 -
CMYK 0.87 0 0.80 0.25
HSL 124.7º 0.77% 0.42% -
HSV(B) 124.7º 0.87% 0.75% -
XYZ 19.38 37.61 8.07 -
YUV 123.92 79.5 57.44 -
System Red Green Blue C M Y K H S L
Decimal 25 191 38 0.87 0 0.80 0.25 124.7 0.77 0.42
Hex 19 BF 26 57 0 50 19 7D 4D 2A
Octal 31 277 46 127 0 120 31 175 115 52
Binary 11001 10111111 100110 1010111 0 1010000 11001 1111101 1001101 101010

Color Harmonies of #19BF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BF26

Black with #19BF26

Text Example


Text Example

White with #19BF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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