Html Css Color HEX #26C540 Lime Green

📋 copy color: '#26C540'

red 38 ◦ green 197 ◦ blue 64

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

Shades of Lime Green #26C540

Tints of Lime Green #26C540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 65.89%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 12.71%
G = 65.89%
B = 21.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#26C540 (or 0x26C540) is known color: Lime Green. HEX triplet: 26, C5 and 40. RGB value is (38,197,64). Sum of RGB (Red+Green+Blue) = 38+197+64=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #26C540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C540 is #D93ABF. Grayscale: #868686. Windows color (decimal): -14236352 or 4244774. OLE color: 4244774.

HSL color Cylindrical-coordinate representation of color #26C540: hue angle of 129.81º 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 #26C540 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 38 197 64 -
CMYK 0.81 0 0.68 0.23
HSL 129.81º 0.68% 0.46% -
HSV(B) 129.81º 0.81% 0.77% -
XYZ 21.69 40.71 11.57 -
YUV 134.3 88.32 59.31 -
System Red Green Blue C M Y K H S L
Decimal 38 197 64 0.81 0 0.68 0.23 129.81 0.68 0.46
Hex 26 C5 40 51 0 44 17 82 44 2E
Octal 46 305 100 121 0 104 27 202 104 56
Binary 100110 11000101 1000000 1010001 0 1000100 10111 10000010 1000100 101110

Color Harmonies of #26C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C540

Black with #26C540

Text Example


Text Example

White with #26C540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,197,64); }

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

background-color css

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

 a { background-color: rgb(38,197,64); }

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

border-color css

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

 span { border-color: rgb(38,197,64); }

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