Html Css Color HEX #26BA31 Lime Green

📋 copy color: '#26BA31'

red 38 ◦ green 186 ◦ blue 49

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

Shades of Lime Green #26BA31

Tints of Lime Green #26BA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 68.13%

 BLUE value IS 49 (19.53% from 255) = 17.95%

R = 13.92%
G = 68.13%
B = 17.95%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#26BA31 (or 0x26BA31) is known color: Lime Green. HEX triplet: 26, BA and 31. RGB value is (38,186,49). Sum of RGB (Red+Green+Blue) = 38+186+49=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BA31 is #D945CE. Grayscale: #7E7E7E. Windows color (decimal): -14239183 or 3258918. OLE color: 3258918.

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

Color convert

RGB 38 186 49 -
CMYK 0.80 0 0.74 0.27
HSL 124.46º 0.66% 0.44% -
HSV(B) 124.46º 0.8% 0.73% -
XYZ 18.91 35.75 8.81 -
YUV 126.13 84.47 65.14 -
System Red Green Blue C M Y K H S L
Decimal 38 186 49 0.80 0 0.74 0.27 124.46 0.66 0.44
Hex 26 BA 31 50 0 4A 1B 7C 42 2C
Octal 46 272 61 120 0 112 33 174 102 54
Binary 100110 10111010 110001 1010000 0 1001010 11011 1111100 1000010 101100

Color Harmonies of #26BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BA31

Black with #26BA31

Text Example


Text Example

White with #26BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,186,49); }

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

background-color css

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

 a { background-color: rgb(38,186,49); }

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

border-color css

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

 span { border-color: rgb(38,186,49); }

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