#26E234

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

Shades of Lime Green #26E234

Tints of Lime Green #26E234

Color information

#26E234 (or 0x26E234) is unknown color: approx Lime Green. HEX triplet: 26, E2 and 34. RGB value is (38,226,52). Sum of RGB (Red+Green+Blue) = 38+226+52=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 226 (88.67% from 255 or 71.52% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 226 - color contains mainly: green. Hex color #26E234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26E234 is #D91DCB. Grayscale: #969696. Windows color (decimal): -14228940 or 3465766. OLE color: 3465766.

HSL color Cylindrical-coordinate representation of color #26E234: hue angle of 124.47º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26E234 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB3822652-
CMYK0.8300.770.11
HSL124.47º76.42%51.76%-
HSV(B)124.47º83.19%88.63%-
XYZ28.6255.0512.37-
YUV149.9572.7248.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 226 (88.67% from 255) = 71.52%
BLUE value IS 52 (20.70% from 255) = 16.46%
R=12.03%
G=71.52%
B=16.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal38226520.8300.770.11124.4776.4251.76
Hex26E2345304DB7c4c34
Octal463426412301151317411464
Binary10011011100010110100101001101001101101111111001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26E234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,226,52); }

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

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

 a { background-color: rgb(38,226,52); }

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

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

 span { border-color: rgb(38,226,52); }

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