Html Css Color HEX #26BE40 Lime Green

📋 copy color: '#26BE40'

red 38 ◦ green 190 ◦ blue 64

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

Shades of Lime Green #26BE40

Tints of Lime Green #26BE40

RGB

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

 GREEN value IS 190 (74.61% from 255) = 65.07%

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

R = 13.01%
G = 65.07%
B = 21.92%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#26BE40 (or 0x26BE40) is known color: Lime Green. HEX triplet: 26, BE and 40. RGB value is (38,190,64). Sum of RGB (Red+Green+Blue) = 38+190+64=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 190 (74.61% from 255 or 65.07% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 190 - color contains mainly: green. Hex color #26BE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BE40 is #D941BF. Grayscale: #828282. Windows color (decimal): -14238144 or 4242982. OLE color: 4242982.

HSL color Cylindrical-coordinate representation of color #26BE40: hue angle of 130.26º 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 #26BE40 is Cyan = 0.8, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 190 64 -
CMYK 0.8 0 0.66 0.25
HSL 130.26º 0.67% 0.45% -
HSV(B) 130.26º 0.8% 0.75% -
XYZ 20.14 37.61 11.05 -
YUV 130.19 90.64 62.25 -
System Red Green Blue C M Y K H S L
Decimal 38 190 64 0.8 0 0.66 0.25 130.26 0.67 0.45
Hex 26 BE 40 50 0 42 19 82 43 2D
Octal 46 276 100 120 0 102 31 202 103 55
Binary 100110 10111110 1000000 1010000 0 1000010 11001 10000010 1000011 101101

Color Harmonies of #26BE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BE40

Black with #26BE40

Text Example


Text Example

White with #26BE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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