Html Css Color HEX #26C448 Lime Green

📋 copy color: '#26C448'

red 38 ◦ green 196 ◦ blue 72

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

Shades of Lime Green #26C448

Tints of Lime Green #26C448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 64.05%

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

R = 12.42%
G = 64.05%
B = 23.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#26C448 (or 0x26C448) is known color: Lime Green. HEX triplet: 26, C4 and 48. RGB value is (38,196,72). Sum of RGB (Red+Green+Blue) = 38+196+72=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 196 (76.95% from 255 or 64.05% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 196 - color contains mainly: green. Hex color #26C448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C448 is #D93BB7. Grayscale: #868686. Windows color (decimal): -14236600 or 4768806. OLE color: 4768806.

HSL color Cylindrical-coordinate representation of color #26C448: hue angle of 132.91º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C448 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 38 196 72 -
CMYK 0.81 0 0.63 0.23
HSL 132.91º 0.68% 0.46% -
HSV(B) 132.91º 0.81% 0.77% -
XYZ 21.71 40.36 12.78 -
YUV 134.62 92.65 59.08 -
System Red Green Blue C M Y K H S L
Decimal 38 196 72 0.81 0 0.63 0.23 132.91 0.68 0.46
Hex 26 C4 48 51 0 3F 17 85 44 2E
Octal 46 304 110 121 0 77 27 205 104 56
Binary 100110 11000100 1001000 1010001 0 111111 10111 10000101 1000100 101110

Color Harmonies of #26C448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C448

Black with #26C448

Text Example


Text Example

White with #26C448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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