Html Css Color HEX #26C048 Lime Green

📋 copy color: '#26C048'

red 38 ◦ green 192 ◦ blue 72

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

Shades of Lime Green #26C048

Tints of Lime Green #26C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.58%

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

R = 12.58%
G = 63.58%
B = 23.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#26C048 (or 0x26C048) is known color: Lime Green. HEX triplet: 26, C0 and 48. RGB value is (38,192,72). Sum of RGB (Red+Green+Blue) = 38+192+72=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #26C048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C048 is #D93FB7. Grayscale: #848484. Windows color (decimal): -14237624 or 4767782. OLE color: 4767782.

HSL color Cylindrical-coordinate representation of color #26C048: hue angle of 133.25º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C048 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 192 72 -
CMYK 0.80 0 0.63 0.25
HSL 133.25º 0.67% 0.45% -
HSV(B) 133.25º 0.8% 0.75% -
XYZ 20.82 38.58 12.48 -
YUV 132.27 93.98 60.76 -
System Red Green Blue C M Y K H S L
Decimal 38 192 72 0.80 0 0.63 0.25 133.25 0.67 0.45
Hex 26 C0 48 50 0 3F 19 85 43 2D
Octal 46 300 110 120 0 77 31 205 103 55
Binary 100110 11000000 1001000 1010000 0 111111 11001 10000101 1000011 101101

Color Harmonies of #26C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C048

Black with #26C048

Text Example


Text Example

White with #26C048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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