#26CD2B

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

Shades of Lime Green #26CD2B

Tints of Lime Green #26CD2B

Color information

#26CD2B (or 0x26CD2B) is unknown color: approx Lime Green. HEX triplet: 26, CD and 2B. RGB value is (38,205,43). Sum of RGB (Red+Green+Blue) = 38+205+43=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 205 (80.47% from 255 or 71.68% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 205 - color contains mainly: green. Hex color #26CD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CD2B is #D932D4. Grayscale: #898989. Windows color (decimal): -14234325 or 2870566. OLE color: 2870566.

HSL color Cylindrical-coordinate representation of color #26CD2B: hue angle of 121.8º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CD2B is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB3820543-
CMYK0.8100.790.20
HSL121.8º68.72%47.65%-
HSV(B)121.8º81.46%80.39%-
XYZ23.0744.259.61-
YUV136.675.1757.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.29%
GREEN value IS 205 (80.47% from 255) = 71.68%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=13.29%
G=71.68%
B=15.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38205430.8100.790.20121.868.7247.65
Hex26CD2B5104F147a4530
Octal463155312101172417210560
Binary100110110011011010111010001010011111010011110101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,205,43); }

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

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

 a { background-color: rgb(38,205,43); }

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

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

 span { border-color: rgb(38,205,43); }

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