Html Css Color HEX #26BC1A Lime Green

📋 copy color: '#26BC1A'

red 38 ◦ green 188 ◦ blue 26

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

Shades of Lime Green #26BC1A

Tints of Lime Green #26BC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 15.08%
G = 74.6%
B = 10.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#26BC1A (or 0x26BC1A) is known color: Lime Green. HEX triplet: 26, BC and 1A. RGB value is (38,188,26). Sum of RGB (Red+Green+Blue) = 38+188+26=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC1A is #D943E5. Grayscale: #7D7D7D. Windows color (decimal): -14238694 or 1752102. OLE color: 1752102.

HSL color Cylindrical-coordinate representation of color #26BC1A: hue angle of 115.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26BC1A is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 188 26 -
CMYK 0.80 0 0.86 0.26
HSL 115.56º 0.76% 0.42% -
HSV(B) 115.56º 0.86% 0.74% -
XYZ 18.97 36.45 7.01 -
YUV 124.68 72.31 66.17 -
System Red Green Blue C M Y K H S L
Decimal 38 188 26 0.80 0 0.86 0.26 115.56 0.76 0.42
Hex 26 BC 1A 50 0 56 1A 74 4C 2A
Octal 46 274 32 120 0 126 32 164 114 52
Binary 100110 10111100 11010 1010000 0 1010110 11010 1110100 1001100 101010

Color Harmonies of #26BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BC1A

Black with #26BC1A

Text Example


Text Example

White with #26BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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