Html Css Color HEX #26D544 Lime Green

📋 copy color: '#26D544'

red 38 ◦ green 213 ◦ blue 68

#26D544
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #26D544

Tints of Lime Green #26D544

RGB

 RED value IS 38 (15.23% from 255) = 11.91%

 GREEN value IS 213 (83.59% from 255) = 66.77%

 BLUE value IS 68 (26.95% from 255) = 21.32%

R = 11.91%
G = 66.77%
B = 21.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#26D544 (or 0x26D544) is known color: Lime Green. HEX triplet: 26, D5 and 44. RGB value is (38,213,68). Sum of RGB (Red+Green+Blue) = 38+213+68=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 213 (83.59% from 255 or 66.77% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 213 - color contains mainly: green. Hex color #26D544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D544 is #D92ABB. Grayscale: #909090. Windows color (decimal): -14232252 or 4511014. OLE color: 4511014.

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

Color convert

RGB 38 213 68 -
CMYK 0.82 0 0.68 0.16
HSL 130.29º 0.7% 0.49% -
HSV(B) 130.29º 0.82% 0.84% -
XYZ 25.64 48.42 13.46 -
YUV 144.15 85.02 52.29 -
System Red Green Blue C M Y K H S L
Decimal 38 213 68 0.82 0 0.68 0.16 130.29 0.7 0.49
Hex 26 D5 44 52 0 44 10 82 46 31
Octal 46 325 104 122 0 104 20 202 106 61
Binary 100110 11010101 1000100 1010010 0 1000100 10000 10000010 1000110 110001

Color Harmonies of #26D544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D544

Black with #26D544

Text Example


Text Example

White with #26D544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,213,68); }

 H1.HeaderClassName
 {
   color: #26D544;
 }
 .AnyTagClassName
 {
   color: #26D544;
 }
</style>

background-color css

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

 a { background-color: rgb(38,213,68); }

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

border-color css

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

 span { border-color: rgb(38,213,68); }

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