Html Css Color HEX #26B130 Lime Green

📋 copy color: '#26B130'

red 38 ◦ green 177 ◦ blue 48

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

Shades of Lime Green #26B130

Tints of Lime Green #26B130

RGB

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

 GREEN value IS 177 (69.53% from 255) = 67.3%

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 14.45%
G = 67.3%
B = 18.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#26B130 (or 0x26B130) is known color: Lime Green. HEX triplet: 26, B1 and 30. RGB value is (38,177,48). Sum of RGB (Red+Green+Blue) = 38+177+48=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 177 (69.53% from 255 or 67.30% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 177 - color contains mainly: green. Hex color #26B130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26B130 is #D94ECF. Grayscale: #797979. Windows color (decimal): -14241488 or 3191078. OLE color: 3191078.

HSL color Cylindrical-coordinate representation of color #26B130: hue angle of 124.32º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B130 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 38 177 48 -
CMYK 0.79 0 0.73 0.31
HSL 124.32º 0.65% 0.42% -
HSV(B) 124.32º 0.79% 0.69% -
XYZ 17.05 32.07 8.09 -
YUV 120.73 86.95 68.99 -
System Red Green Blue C M Y K H S L
Decimal 38 177 48 0.79 0 0.73 0.31 124.32 0.65 0.42
Hex 26 B1 30 4F 0 49 1F 7C 41 2A
Octal 46 261 60 117 0 111 37 174 101 52
Binary 100110 10110001 110000 1001111 0 1001001 11111 1111100 1000001 101010

Color Harmonies of #26B130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26B130

Black with #26B130

Text Example


Text Example

White with #26B130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,177,48); }

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

background-color css

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

 a { background-color: rgb(38,177,48); }

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

border-color css

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

 span { border-color: rgb(38,177,48); }

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