Html Css Color HEX #26DA1D Lime Green

📋 copy color: '#26DA1D'

red 38 ◦ green 218 ◦ blue 29

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

Shades of Lime Green #26DA1D

Tints of Lime Green #26DA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 13.33%
G = 76.49%
B = 10.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#26DA1D (or 0x26DA1D) is known color: Lime Green. HEX triplet: 26, DA and 1D. RGB value is (38,218,29). Sum of RGB (Red+Green+Blue) = 38+218+29=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 218 (85.55% from 255 or 76.49% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 218 - color contains mainly: green. Hex color #26DA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DA1D is #D925E2. Grayscale: #8F8F8F. Windows color (decimal): -14231011 or 1956390. OLE color: 1956390.

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

Color convert

RGB 38 218 29 -
CMYK 0.83 0 0.87 0.15
HSL 117.14º 0.77% 0.48% -
HSV(B) 117.14º 0.87% 0.85% -
XYZ 26.09 50.64 9.56 -
YUV 142.63 63.87 53.37 -
System Red Green Blue C M Y K H S L
Decimal 38 218 29 0.83 0 0.87 0.15 117.14 0.77 0.48
Hex 26 DA 1D 53 0 57 F 75 4D 30
Octal 46 332 35 123 0 127 17 165 115 60
Binary 100110 11011010 11101 1010011 0 1010111 1111 1110101 1001101 110000

Color Harmonies of #26DA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26DA1D

Black with #26DA1D

Text Example


Text Example

White with #26DA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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