Html Css Color HEX #26E140 Lime Green

📋 copy color: '#26E140'

red 38 ◦ green 225 ◦ blue 64

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

Shades of Lime Green #26E140

Tints of Lime Green #26E140

RGB

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

 GREEN value IS 225 (88.28% from 255) = 68.81%

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

R = 11.62%
G = 68.81%
B = 19.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#26E140 (or 0x26E140) is known color: Lime Green. HEX triplet: 26, E1 and 40. RGB value is (38,225,64). Sum of RGB (Red+Green+Blue) = 38+225+64=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 225 (88.28% from 255 or 68.81% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 225 - color contains mainly: green. Hex color #26E140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26E140 is #D91EBF. Grayscale: #979797. Windows color (decimal): -14229184 or 4251942. OLE color: 4251942.

HSL color Cylindrical-coordinate representation of color #26E140: hue angle of 128.34º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26E140 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 38 225 64 -
CMYK 0.83 0 0.72 0.12
HSL 128.34º 0.76% 0.52% -
HSV(B) 128.34º 0.83% 0.88% -
XYZ 28.65 54.63 13.89 -
YUV 150.73 79.05 47.59 -
System Red Green Blue C M Y K H S L
Decimal 38 225 64 0.83 0 0.72 0.12 128.34 0.76 0.52
Hex 26 E1 40 53 0 48 C 80 4C 34
Octal 46 341 100 123 0 110 14 200 114 64
Binary 100110 11100001 1000000 1010011 0 1001000 1100 10000000 1001100 110100

Color Harmonies of #26E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26E140

Black with #26E140

Text Example


Text Example

White with #26E140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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