#26D33A

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

Shades of Lime Green #26D33A

Tints of Lime Green #26D33A

Color information

#26D33A (or 0x26D33A) is unknown color: approx Lime Green. HEX triplet: 26, D3 and 3A. RGB value is (38,211,58). Sum of RGB (Red+Green+Blue) = 38+211+58=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 211 (82.81% from 255 or 68.73% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 211 - color contains mainly: green. Hex color #26D33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D33A is #D92CC5. Grayscale: #8E8E8E. Windows color (decimal): -14232774 or 3855142. OLE color: 3855142.

HSL color Cylindrical-coordinate representation of color #26D33A: hue angle of 126.94º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D33A is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB3821158-
CMYK0.8200.730.17
HSL126.94º69.48%48.82%-
HSV(B)126.94º81.99%82.75%-
XYZ24.8647.3111.82-
YUV141.8380.6953.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 211 (82.81% from 255) = 68.73%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=12.38%
G=68.73%
B=18.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal38211580.8200.730.17126.9469.4848.82
Hex26D33A52049117f4531
Octal463237212201112117710561
Binary100110110100111110101010010010010011000111111111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,211,58); }

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

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

 a { background-color: rgb(38,211,58); }

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

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

 span { border-color: rgb(38,211,58); }

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