Html Css Color HEX #26D048 Lime Green

📋 copy color: '#26D048'

red 38 ◦ green 208 ◦ blue 72

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

Shades of Lime Green #26D048

Tints of Lime Green #26D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65.41%

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

R = 11.95%
G = 65.41%
B = 22.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#26D048 (or 0x26D048) is known color: Lime Green. HEX triplet: 26, D0 and 48. RGB value is (38,208,72). Sum of RGB (Red+Green+Blue) = 38+208+72=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #26D048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D048 is #D92FB7. Grayscale: #8E8E8E. Windows color (decimal): -14233528 or 4771878. OLE color: 4771878.

HSL color Cylindrical-coordinate representation of color #26D048: hue angle of 132º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D048 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 38 208 72 -
CMYK 0.82 0 0.65 0.18
HSL 132º 0.69% 0.48% -
HSV(B) 132º 0.82% 0.82% -
XYZ 24.52 45.99 13.72 -
YUV 141.67 88.68 54.06 -
System Red Green Blue C M Y K H S L
Decimal 38 208 72 0.82 0 0.65 0.18 132 0.69 0.48
Hex 26 D0 48 52 0 41 12 84 45 30
Octal 46 320 110 122 0 101 22 204 105 60
Binary 100110 11010000 1001000 1010010 0 1000001 10010 10000100 1000101 110000

Color Harmonies of #26D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D048

Black with #26D048

Text Example


Text Example

White with #26D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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