Html Css Color HEX #26DA40 Lime Green

📋 copy color: '#26DA40'

red 38 ◦ green 218 ◦ blue 64

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

Shades of Lime Green #26DA40

Tints of Lime Green #26DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 68.13%

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

R = 11.88%
G = 68.13%
B = 20%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#26DA40 (or 0x26DA40) is known color: Lime Green. HEX triplet: 26, DA and 40. RGB value is (38,218,64). Sum of RGB (Red+Green+Blue) = 38+218+64=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 218 (85.55% from 255 or 68.12% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 218 - color contains mainly: green. Hex color #26DA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DA40 is #D925BF. Grayscale: #939393. Windows color (decimal): -14230976 or 4250150. OLE color: 4250150.

HSL color Cylindrical-coordinate representation of color #26DA40: hue angle of 128.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DA40 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 218 64 -
CMYK 0.83 0 0.71 0.15
HSL 128.67º 0.71% 0.5% -
HSV(B) 128.67º 0.83% 0.85% -
XYZ 26.8 50.93 13.27 -
YUV 146.62 81.37 50.52 -
System Red Green Blue C M Y K H S L
Decimal 38 218 64 0.83 0 0.71 0.15 128.67 0.71 0.5
Hex 26 DA 40 53 0 47 F 81 47 32
Octal 46 332 100 123 0 107 17 201 107 62
Binary 100110 11011010 1000000 1010011 0 1000111 1111 10000001 1000111 110010

Color Harmonies of #26DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26DA40

Black with #26DA40

Text Example


Text Example

White with #26DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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