Html Css Color HEX #26D50D Lime Green

📋 copy color: '#26D50D'

red 38 ◦ green 213 ◦ blue 13

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

Shades of Lime Green #26D50D

Tints of Lime Green #26D50D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 80.68%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 14.39%
G = 80.68%
B = 4.92%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#26D50D (or 0x26D50D) is known color: Lime Green. HEX triplet: 26, D5 and 0D. RGB value is (38,213,13). Sum of RGB (Red+Green+Blue) = 38+213+13=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 213 (83.59% from 255 or 80.68% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 213 - color contains mainly: green. Hex color #26D50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D50D is #D92AF2. Grayscale: #8A8A8A. Windows color (decimal): -14232307 or 906534. OLE color: 906534.

HSL color Cylindrical-coordinate representation of color #26D50D: hue angle of 112.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26D50D is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 213 13 -
CMYK 0.82 0 0.94 0.16
HSL 112.5º 0.88% 0.44% -
HSV(B) 112.5º 0.94% 0.84% -
XYZ 24.67 48.03 8.35 -
YUV 137.88 57.52 56.76 -
System Red Green Blue C M Y K H S L
Decimal 38 213 13 0.82 0 0.94 0.16 112.5 0.88 0.44
Hex 26 D5 D 52 0 5E 10 70 58 2C
Octal 46 325 15 122 0 136 20 160 130 54
Binary 100110 11010101 1101 1010010 0 1011110 10000 1110000 1011000 101100

Color Harmonies of #26D50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D50D

Black with #26D50D

Text Example


Text Example

White with #26D50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,213,13); }

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

background-color css

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

 a { background-color: rgb(38,213,13); }

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

border-color css

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

 span { border-color: rgb(38,213,13); }

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