Html Css Color HEX #26BB12 Lime Green

📋 copy color: '#26BB12'

red 38 ◦ green 187 ◦ blue 18

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

Shades of Lime Green #26BB12

Tints of Lime Green #26BB12

RGB

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

 GREEN value IS 187 (73.44% from 255) = 76.95%

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 15.64%
G = 76.95%
B = 7.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#26BB12 (or 0x26BB12) is known color: Lime Green. HEX triplet: 26, BB and 12. RGB value is (38,187,18). Sum of RGB (Red+Green+Blue) = 38+187+18=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 187 (73.44% from 255 or 76.95% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 187 - color contains mainly: green. Hex color #26BB12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26BB12 is #D944ED. Grayscale: #7B7B7B. Windows color (decimal): -14238958 or 1227558. OLE color: 1227558.

HSL color Cylindrical-coordinate representation of color #26BB12: hue angle of 112.9º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26BB12 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 187 18 -
CMYK 0.80 0 0.90 0.27
HSL 112.9º 0.82% 0.4% -
HSV(B) 112.9º 0.9% 0.73% -
XYZ 18.68 36 6.54 -
YUV 123.18 68.64 67.24 -
System Red Green Blue C M Y K H S L
Decimal 38 187 18 0.80 0 0.90 0.27 112.9 0.82 0.4
Hex 26 BB 12 50 0 5A 1B 71 52 28
Octal 46 273 22 120 0 132 33 161 122 50
Binary 100110 10111011 10010 1010000 0 1011010 11011 1110001 1010010 101000

Color Harmonies of #26BB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BB12

Black with #26BB12

Text Example


Text Example

White with #26BB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,187,18); }

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

background-color css

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

 a { background-color: rgb(38,187,18); }

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

border-color css

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

 span { border-color: rgb(38,187,18); }

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