#26C63D

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

Shades of Lime Green #26C63D

Tints of Lime Green #26C63D

Color information

#26C63D (or 0x26C63D) is unknown color: approx Lime Green. HEX triplet: 26, C6 and 3D. RGB value is (38,198,61). Sum of RGB (Red+Green+Blue) = 38+198+61=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 198 (77.73% from 255 or 66.67% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 198 - color contains mainly: green. Hex color #26C63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C63D is #D939C2. Grayscale: #868686. Windows color (decimal): -14236099 or 4048422. OLE color: 4048422.

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

Color convert

RGB3819861-
CMYK0.8100.690.22
HSL128.62º67.8%46.27%-
HSV(B)128.62º80.81%77.65%-
XYZ21.8441.1411.2-
YUV134.5486.4959.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 198 (77.73% from 255) = 66.67%
BLUE value IS 61 (24.22% from 255) = 20.54%
R=12.79%
G=66.67%
B=20.54%

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
Decimal38198610.8100.690.22128.6267.846.27
Hex26C63D510451681442e
Octal463067512101052620110456
Binary1001101100011011110110100010100010110110100000011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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