Html Css Color HEX #26DD13 Lime Green

📋 copy color: '#26DD13'

red 38 ◦ green 221 ◦ blue 19

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

Shades of Lime Green #26DD13

Tints of Lime Green #26DD13

RGB

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

 GREEN value IS 221 (86.72% from 255) = 79.5%

 BLUE value IS 19 (7.81% from 255) = 6.83%

R = 13.67%
G = 79.5%
B = 6.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#26DD13 (or 0x26DD13) is known color: Lime Green. HEX triplet: 26, DD and 13. RGB value is (38,221,19). Sum of RGB (Red+Green+Blue) = 38+221+19=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 221 (86.72% from 255 or 79.50% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 221 - color contains mainly: green. Hex color #26DD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26DD13 is #D922EC. Grayscale: #8F8F8F. Windows color (decimal): -14230253 or 1301798. OLE color: 1301798.

HSL color Cylindrical-coordinate representation of color #26DD13: hue angle of 114.36º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26DD13 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 221 19 -
CMYK 0.83 0 0.91 0.13
HSL 114.36º 0.84% 0.47% -
HSV(B) 114.36º 0.91% 0.87% -
XYZ 26.77 52.17 9.28 -
YUV 143.26 57.87 52.93 -
System Red Green Blue C M Y K H S L
Decimal 38 221 19 0.83 0 0.91 0.13 114.36 0.84 0.47
Hex 26 DD 13 53 0 5B D 72 54 2F
Octal 46 335 23 123 0 133 15 162 124 57
Binary 100110 11011101 10011 1010011 0 1011011 1101 1110010 1010100 101111

Color Harmonies of #26DD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26DD13

Black with #26DD13

Text Example


Text Example

White with #26DD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,221,19); }

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

background-color css

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

 a { background-color: rgb(38,221,19); }

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

border-color css

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

 span { border-color: rgb(38,221,19); }

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