Html Css Color HEX #26D548 Lime Green

📋 copy color: '#26D548'

red 38 ◦ green 213 ◦ blue 72

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

Shades of Lime Green #26D548

Tints of Lime Green #26D548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 11.76%
G = 65.94%
B = 22.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#26D548 (or 0x26D548) is known color: Lime Green. HEX triplet: 26, D5 and 48. RGB value is (38,213,72). Sum of RGB (Red+Green+Blue) = 38+213+72=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 213 (83.59% from 255 or 65.94% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 213 - color contains mainly: green. Hex color #26D548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D548 is #D92AB7. Grayscale: #909090. Windows color (decimal): -14232248 or 4773158. OLE color: 4773158.

HSL color Cylindrical-coordinate representation of color #26D548: hue angle of 131.66º 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 #26D548 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 213 72 -
CMYK 0.82 0 0.66 0.16
HSL 131.66º 0.7% 0.49% -
HSV(B) 131.66º 0.82% 0.84% -
XYZ 25.76 48.47 14.13 -
YUV 144.6 87.02 51.96 -
System Red Green Blue C M Y K H S L
Decimal 38 213 72 0.82 0 0.66 0.16 131.66 0.7 0.49
Hex 26 D5 48 52 0 42 10 84 46 31
Octal 46 325 110 122 0 102 20 204 106 61
Binary 100110 11010101 1001000 1010010 0 1000010 10000 10000100 1000110 110001

Color Harmonies of #26D548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D548

Black with #26D548

Text Example


Text Example

White with #26D548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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