Html Css Color HEX #26D30D Lime Green

📋 copy color: '#26D30D'

red 38 ◦ green 211 ◦ blue 13

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

Shades of Lime Green #26D30D

Tints of Lime Green #26D30D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 80.53%

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

R = 14.5%
G = 80.53%
B = 4.96%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#26D30D (or 0x26D30D) is known color: Lime Green. HEX triplet: 26, D3 and 0D. RGB value is (38,211,13). Sum of RGB (Red+Green+Blue) = 38+211+13=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 211 (82.81% from 255 or 80.53% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 211 - color contains mainly: green. Hex color #26D30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D30D is #D92CF2. Grayscale: #898989. Windows color (decimal): -14232819 or 906022. OLE color: 906022.

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

Color convert

RGB 38 211 13 -
CMYK 0.82 0 0.94 0.17
HSL 112.42º 0.88% 0.44% -
HSV(B) 112.42º 0.94% 0.83% -
XYZ 24.17 47.03 8.18 -
YUV 136.7 58.19 57.6 -
System Red Green Blue C M Y K H S L
Decimal 38 211 13 0.82 0 0.94 0.17 112.42 0.88 0.44
Hex 26 D3 D 52 0 5E 11 70 58 2C
Octal 46 323 15 122 0 136 21 160 130 54
Binary 100110 11010011 1101 1010010 0 1011110 10001 1110000 1011000 101100

Color Harmonies of #26D30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D30D

Black with #26D30D

Text Example


Text Example

White with #26D30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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