#26BF21

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

Shades of Lime Green #26BF21

Tints of Lime Green #26BF21

Color information

#26BF21 (or 0x26BF21) is unknown color: approx Lime Green. HEX triplet: 26, BF and 21. RGB value is (38,191,33). Sum of RGB (Red+Green+Blue) = 38+191+33=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 191 (75% from 255 or 72.90% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF21 is #D940DE. Grayscale: #7F7F7F. Windows color (decimal): -14237919 or 2211622. OLE color: 2211622.

HSL color Cylindrical-coordinate representation of color #26BF21: hue angle of 118.1º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26BF21 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB3819133-
CMYK0.8000.830.25
HSL118.1º70.54%43.92%-
HSV(B)118.1º82.72%74.9%-
XYZ19.737.787.69-
YUV127.2474.8164.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.50%
GREEN value IS 191 (75% from 255) = 72.90%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=14.50%
G=72.90%
B=12.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38191330.8000.830.25118.170.5443.92
Hex26BF21500531976472c
Octal462774112001233116610754
Binary100110101111111000011010000010100111100111101101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,191,33); }

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

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

 a { background-color: rgb(38,191,33); }

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

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

 span { border-color: rgb(38,191,33); }

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