#26C83D

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

Shades of Lime Green #26C83D

Tints of Lime Green #26C83D

Color information

#26C83D (or 0x26C83D) is unknown color: approx Lime Green. HEX triplet: 26, C8 and 3D. RGB value is (38,200,61). Sum of RGB (Red+Green+Blue) = 38+200+61=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 200 (78.52% from 255 or 66.89% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 200 - color contains mainly: green. Hex color #26C83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C83D is #D937C2. Grayscale: #888888. Windows color (decimal): -14235587 or 4048934. OLE color: 4048934.

HSL color Cylindrical-coordinate representation of color #26C83D: hue angle of 128.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C83D is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB3820061-
CMYK0.8100.690.22
HSL128.52º68.07%46.67%-
HSV(B)128.52º81%78.43%-
XYZ22.342.0611.36-
YUV135.7285.8358.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 200 (78.52% from 255) = 66.89%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=12.71%
G=66.89%
B=20.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal38200610.8100.690.22128.5268.0746.67
Hex26C83D510451681442f
Octal463107512101052620110457
Binary1001101100100011110110100010100010110110100000011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,200,61); }

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

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

 a { background-color: rgb(38,200,61); }

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

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

 span { border-color: rgb(38,200,61); }

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