#26C33A

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

Shades of Lime Green #26C33A

Tints of Lime Green #26C33A

Color information

#26C33A (or 0x26C33A) is unknown color: approx Lime Green. HEX triplet: 26, C3 and 3A. RGB value is (38,195,58). Sum of RGB (Red+Green+Blue) = 38+195+58=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 195 (76.56% from 255 or 67.01% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 195 - color contains mainly: green. Hex color #26C33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C33A is #D93CC5. Grayscale: #848484. Windows color (decimal): -14236870 or 3851046. OLE color: 3851046.

HSL color Cylindrical-coordinate representation of color #26C33A: hue angle of 127.64º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C33A is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB3819558-
CMYK0.8100.700.24
HSL127.64º67.38%45.69%-
HSV(B)127.64º80.51%76.47%-
XYZ21.0839.7510.56-
YUV132.4485.9960.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 195 (76.56% from 255) = 67.01%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=13.06%
G=67.01%
B=19.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal38195580.8100.700.24127.6467.3845.69
Hex26C33A510461880432e
Octal463037212101063020010356
Binary1001101100001111101010100010100011011000100000001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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