#26BB30

Color #26BB30 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #26BB30

Tints of Lime Green #26BB30

Color information

#26BB30 (or 0x26BB30) is unknown color: approx Lime Green. HEX triplet: 26, BB and 30. RGB value is (38,187,48). Sum of RGB (Red+Green+Blue) = 38+187+48=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 187 (73.44% from 255 or 68.50% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 187 - color contains mainly: green. Hex color #26BB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BB30 is #D944CF. Grayscale: #7F7F7F. Windows color (decimal): -14238928 or 3193638. OLE color: 3193638.

HSL color Cylindrical-coordinate representation of color #26BB30: hue angle of 124.03º 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 #26BB30 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB3818748-
CMYK0.8000.740.27
HSL124.03º66.22%44.12%-
HSV(B)124.03º79.68%73.33%-
XYZ19.136.178.77-
YUV126.683.6464.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 187 (73.44% from 255) = 68.50%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=13.92%
G=68.50%
B=17.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38187480.8000.740.27124.0366.2244.12
Hex26BB305004A1B7c422c
Octal462736012001123317410254
Binary100110101110111100001010000010010101101111111001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #26BB30;
 }
 .AnyTagClassName
 {
   color: #26BB30;
 }
</style>
background-color css

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

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

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

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

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

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