#26D530

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

Shades of Lime Green #26D530

Tints of Lime Green #26D530

Color information

#26D530 (or 0x26D530) is unknown color: approx Lime Green. HEX triplet: 26, D5 and 30. RGB value is (38,213,48). Sum of RGB (Red+Green+Blue) = 38+213+48=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 213 (83.59% from 255 or 71.24% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 213 - color contains mainly: green. Hex color #26D530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D530 is #D92ACF. Grayscale: #8E8E8E. Windows color (decimal): -14232272 or 3200294. OLE color: 3200294.

HSL color Cylindrical-coordinate representation of color #26D530: hue angle of 123.43º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D530 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB3821348-
CMYK0.8200.770.16
HSL123.43º69.72%49.22%-
HSV(B)123.43º82.16%83.53%-
XYZ25.1348.2110.78-
YUV141.8675.0253.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 213 (83.59% from 255) = 71.24%
BLUE value IS 48 (19.14% from 255) = 16.05%
R=12.71%
G=71.24%
B=16.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal38213480.8200.770.16123.4369.7249.22
Hex26D5305204D107b4631
Octal463256012201152017310661
Binary100110110101011100001010010010011011000011110111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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