Html Css Color HEX #26DD46 Lime Green

📋 copy color: '#26DD46'

red 38 ◦ green 221 ◦ blue 70

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

Shades of Lime Green #26DD46

Tints of Lime Green #26DD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 11.55%
G = 67.17%
B = 21.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#26DD46 (or 0x26DD46) is known color: Lime Green. HEX triplet: 26, DD and 46. RGB value is (38,221,70). Sum of RGB (Red+Green+Blue) = 38+221+70=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 221 (86.72% from 255 or 67.17% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 221 - color contains mainly: green. Hex color #26DD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DD46 is #D922B9. Grayscale: #959595. Windows color (decimal): -14230202 or 4644134. OLE color: 4644134.

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

Color convert

RGB 38 221 70 -
CMYK 0.83 0 0.68 0.13
HSL 130.49º 0.73% 0.51% -
HSV(B) 130.49º 0.83% 0.87% -
XYZ 27.76 52.57 14.48 -
YUV 149.07 83.37 48.78 -
System Red Green Blue C M Y K H S L
Decimal 38 221 70 0.83 0 0.68 0.13 130.49 0.73 0.51
Hex 26 DD 46 53 0 44 D 82 49 33
Octal 46 335 106 123 0 104 15 202 111 63
Binary 100110 11011101 1000110 1010011 0 1000100 1101 10000010 1001001 110011

Color Harmonies of #26DD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26DD46

Black with #26DD46

Text Example


Text Example

White with #26DD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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