Html Css Color HEX #26B232 Lime Green

📋 copy color: '#26B232'

red 38 ◦ green 178 ◦ blue 50

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

Shades of Lime Green #26B232

Tints of Lime Green #26B232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 66.92%

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 14.29%
G = 66.92%
B = 18.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#26B232 (or 0x26B232) is known color: Lime Green. HEX triplet: 26, B2 and 32. RGB value is (38,178,50). Sum of RGB (Red+Green+Blue) = 38+178+50=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #26B232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26B232 is #D94DCD. Grayscale: #797979. Windows color (decimal): -14241230 or 3322406. OLE color: 3322406.

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

Color convert

RGB 38 178 50 -
CMYK 0.79 0 0.72 0.30
HSL 125.14º 0.65% 0.42% -
HSV(B) 125.14º 0.79% 0.7% -
XYZ 17.3 32.48 8.38 -
YUV 121.55 87.62 68.41 -
System Red Green Blue C M Y K H S L
Decimal 38 178 50 0.79 0 0.72 0.30 125.14 0.65 0.42
Hex 26 B2 32 4F 0 48 1E 7D 41 2A
Octal 46 262 62 117 0 110 36 175 101 52
Binary 100110 10110010 110010 1001111 0 1001000 11110 1111101 1000001 101010

Color Harmonies of #26B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26B232

Black with #26B232

Text Example


Text Example

White with #26B232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,178,50); }

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

background-color css

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

 a { background-color: rgb(38,178,50); }

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

border-color css

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

 span { border-color: rgb(38,178,50); }

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