#26BD33

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

Shades of Lime Green #26BD33

Tints of Lime Green #26BD33

Color information

#26BD33 (or 0x26BD33) is unknown color: approx Lime Green. HEX triplet: 26, BD and 33. RGB value is (38,189,51). Sum of RGB (Red+Green+Blue) = 38+189+51=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BD33 is #D942CC. Grayscale: #808080. Windows color (decimal): -14238413 or 3390758. OLE color: 3390758.

HSL color Cylindrical-coordinate representation of color #26BD33: hue angle of 125.17º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD33 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB3818951-
CMYK0.8000.730.26
HSL125.17º66.52%44.51%-
HSV(B)125.17º79.89%74.12%-
XYZ19.5937.059.25-
YUV128.1284.4763.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.67%
GREEN value IS 189 (74.22% from 255) = 67.99%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=13.67%
G=67.99%
B=18.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38189510.8000.730.26125.1766.5244.51
Hex26BD33500491A7d432d
Octal462756312001113217510355
Binary100110101111011100111010000010010011101011111011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,189,51); }

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

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

 a { background-color: rgb(38,189,51); }

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

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

 span { border-color: rgb(38,189,51); }

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