Html Css Color HEX #26D20D Lime Green

📋 copy color: '#26D20D'

red 38 ◦ green 210 ◦ blue 13

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

Shades of Lime Green #26D20D

Tints of Lime Green #26D20D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 80.46%

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

R = 14.56%
G = 80.46%
B = 4.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#26D20D (or 0x26D20D) is known color: Lime Green. HEX triplet: 26, D2 and 0D. RGB value is (38,210,13). Sum of RGB (Red+Green+Blue) = 38+210+13=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 210 (82.42% from 255 or 80.46% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 210 - color contains mainly: green. Hex color #26D20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D20D is #D92DF2. Grayscale: #888888. Windows color (decimal): -14233075 or 905766. OLE color: 905766.

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

Color convert

RGB 38 210 13 -
CMYK 0.82 0 0.94 0.18
HSL 112.39º 0.88% 0.44% -
HSV(B) 112.39º 0.94% 0.82% -
XYZ 23.92 46.53 8.1 -
YUV 136.11 58.52 58.02 -
System Red Green Blue C M Y K H S L
Decimal 38 210 13 0.82 0 0.94 0.18 112.39 0.88 0.44
Hex 26 D2 D 52 0 5E 12 70 58 2C
Octal 46 322 15 122 0 136 22 160 130 54
Binary 100110 11010010 1101 1010010 0 1011110 10010 1110000 1011000 101100

Color Harmonies of #26D20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D20D

Black with #26D20D

Text Example


Text Example

White with #26D20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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