Html Css Color HEX #26D014 Lime Green

📋 copy color: '#26D014'

red 38 ◦ green 208 ◦ blue 20

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

Shades of Lime Green #26D014

Tints of Lime Green #26D014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 78.2%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 14.29%
G = 78.2%
B = 7.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#26D014 (or 0x26D014) is known color: Lime Green. HEX triplet: 26, D0 and 14. RGB value is (38,208,20). Sum of RGB (Red+Green+Blue) = 38+208+20=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 208 (81.64% from 255 or 78.20% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 208 - color contains mainly: green. Hex color #26D014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D014 is #D92FEB. Grayscale: #888888. Windows color (decimal): -14233580 or 1364006. OLE color: 1364006.

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

Color convert

RGB 38 208 20 -
CMYK 0.82 0 0.90 0.18
HSL 114.26º 0.82% 0.45% -
HSV(B) 114.26º 0.9% 0.82% -
XYZ 23.48 45.57 8.22 -
YUV 135.74 62.68 58.29 -
System Red Green Blue C M Y K H S L
Decimal 38 208 20 0.82 0 0.90 0.18 114.26 0.82 0.45
Hex 26 D0 14 52 0 5A 12 72 52 2D
Octal 46 320 24 122 0 132 22 162 122 55
Binary 100110 11010000 10100 1010010 0 1011010 10010 1110010 1010010 101101

Color Harmonies of #26D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D014

Black with #26D014

Text Example


Text Example

White with #26D014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,208,20); }

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

background-color css

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

 a { background-color: rgb(38,208,20); }

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

border-color css

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

 span { border-color: rgb(38,208,20); }

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