#26CD2A

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

Shades of Lime Green #26CD2A

Tints of Lime Green #26CD2A

Color information

#26CD2A (or 0x26CD2A) is unknown color: approx Lime Green. HEX triplet: 26, CD and 2A. RGB value is (38,205,42). Sum of RGB (Red+Green+Blue) = 38+205+42=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 205 (80.47% from 255 or 71.93% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 205 - color contains mainly: green. Hex color #26CD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CD2A is #D932D5. Grayscale: #888888. Windows color (decimal): -14234326 or 2805030. OLE color: 2805030.

HSL color Cylindrical-coordinate representation of color #26CD2A: hue angle of 121.44º 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 #26CD2A is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB3820542-
CMYK0.8100.800.20
HSL121.44º68.72%47.65%-
HSV(B)121.44º81.46%80.39%-
XYZ23.0544.249.52-
YUV136.4974.6757.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 205 (80.47% from 255) = 71.93%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=13.33%
G=71.93%
B=14.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38205420.8100.800.20121.4468.7247.65
Hex26CD2A5105014794530
Octal463155212101202417110560
Binary100110110011011010101010001010100001010011110011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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