Html Css Color HEX #26BC49 Lime Green

📋 copy color: '#26BC49'

red 38 ◦ green 188 ◦ blue 73

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

Shades of Lime Green #26BC49

Tints of Lime Green #26BC49

RGB

 RED value IS 38 (15.23% from 255) = 12.71%

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

 BLUE value IS 73 (28.91% from 255) = 24.41%

R = 12.71%
G = 62.88%
B = 24.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#26BC49 (or 0x26BC49) is known color: Lime Green. HEX triplet: 26, BC and 49. RGB value is (38,188,73). Sum of RGB (Red+Green+Blue) = 38+188+73=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC49 is #D943B6. Grayscale: #828282. Windows color (decimal): -14238647 or 4832294. OLE color: 4832294.

HSL color Cylindrical-coordinate representation of color #26BC49: hue angle of 134º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BC49 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 188 73 -
CMYK 0.80 0 0.61 0.26
HSL 134º 0.66% 0.44% -
HSV(B) 134º 0.8% 0.74% -
XYZ 19.99 36.86 12.36 -
YUV 130.04 95.81 62.35 -
System Red Green Blue C M Y K H S L
Decimal 38 188 73 0.80 0 0.61 0.26 134 0.66 0.44
Hex 26 BC 49 50 0 3D 1A 86 42 2C
Octal 46 274 111 120 0 75 32 206 102 54
Binary 100110 10111100 1001001 1010000 0 111101 11010 10000110 1000010 101100

Color Harmonies of #26BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BC49

Black with #26BC49

Text Example


Text Example

White with #26BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26BC49; }

 p { color: rgb(38,188,73); }

 H1.HeaderClassName
 {
   color: #26BC49;
 }
 .AnyTagClassName
 {
   color: #26BC49;
 }
</style>

background-color css

<style>
 a { background-color: #26BC49; }

 a { background-color: rgb(38,188,73); }

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

border-color css

<style>
 span { border-color: #26BC49; }

 span { border-color: rgb(38,188,73); }

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