Html Css Color HEX #26D506 Lime Green

📋 copy color: '#26D506'

red 38 ◦ green 213 ◦ blue 6

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

Shades of Lime Green #26D506

Tints of Lime Green #26D506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 14.79%
G = 82.88%
B = 2.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#26D506 (or 0x26D506) is known color: Lime Green. HEX triplet: 26, D5 and 06. RGB value is (38,213,6). Sum of RGB (Red+Green+Blue) = 38+213+6=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 213 (83.59% from 255 or 82.88% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 213 - color contains mainly: green. Hex color #26D506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D506 is #D92AF9. Grayscale: #898989. Windows color (decimal): -14232314 or 447782. OLE color: 447782.

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

Color convert

RGB 38 213 6 -
CMYK 0.82 0 0.97 0.16
HSL 110.72º 0.95% 0.43% -
HSV(B) 110.72º 0.97% 0.84% -
XYZ 24.63 48.01 8.14 -
YUV 137.08 54.02 57.33 -
System Red Green Blue C M Y K H S L
Decimal 38 213 6 0.82 0 0.97 0.16 110.72 0.95 0.43
Hex 26 D5 6 52 0 61 10 6F 5F 2B
Octal 46 325 6 122 0 141 20 157 137 53
Binary 100110 11010101 110 1010010 0 1100001 10000 1101111 1011111 101011

Color Harmonies of #26D506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D506

Black with #26D506

Text Example


Text Example

White with #26D506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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