#26D61E

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

Shades of Lime Green #26D61E

Tints of Lime Green #26D61E

Color information

#26D61E (or 0x26D61E) is unknown color: approx Lime Green. HEX triplet: 26, D6 and 1E. RGB value is (38,214,30). Sum of RGB (Red+Green+Blue) = 38+214+30=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 214 (83.98% from 255 or 75.89% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 214 - color contains mainly: green. Hex color #26D61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D61E is #D929E1. Grayscale: #8C8C8C. Windows color (decimal): -14232034 or 2020902. OLE color: 2020902.

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

Color convert

RGB3821430-
CMYK0.8200.860.16
HSL117.39º75.41%47.84%-
HSV(B)117.39º85.98%83.92%-
XYZ25.0848.69.29-
YUV140.465.6954.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.48%
GREEN value IS 214 (83.98% from 255) = 75.89%
BLUE value IS 30 (12.11% from 255) = 10.64%
R=13.48%
G=75.89%
B=10.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal38214300.8200.860.16117.3975.4147.84
Hex26D61E5205610754b30
Octal463263612201262016511360
Binary10011011010110111101010010010101101000011101011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,214,30); }

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

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

 a { background-color: rgb(38,214,30); }

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

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

 span { border-color: rgb(38,214,30); }

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