Html Css Color HEX #26DD42 Lime Green

📋 copy color: '#26DD42'

red 38 ◦ green 221 ◦ blue 66

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

Shades of Lime Green #26DD42

Tints of Lime Green #26DD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 11.69%
G = 68%
B = 20.31%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#26DD42 (or 0x26DD42) is known color: Lime Green. HEX triplet: 26, DD and 42. RGB value is (38,221,66). Sum of RGB (Red+Green+Blue) = 38+221+66=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 221 (86.72% from 255 or 68% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 221 - color contains mainly: green. Hex color #26DD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DD42 is #D922BD. Grayscale: #959595. Windows color (decimal): -14230206 or 4381990. OLE color: 4381990.

HSL color Cylindrical-coordinate representation of color #26DD42: hue angle of 129.18º 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 #26DD42 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 221 66 -
CMYK 0.83 0 0.70 0.13
HSL 129.18º 0.73% 0.51% -
HSV(B) 129.18º 0.83% 0.87% -
XYZ 27.64 52.52 13.83 -
YUV 148.61 81.37 49.1 -
System Red Green Blue C M Y K H S L
Decimal 38 221 66 0.83 0 0.70 0.13 129.18 0.73 0.51
Hex 26 DD 42 53 0 46 D 81 49 33
Octal 46 335 102 123 0 106 15 201 111 63
Binary 100110 11011101 1000010 1010011 0 1000110 1101 10000001 1001001 110011

Color Harmonies of #26DD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26DD42

Black with #26DD42

Text Example


Text Example

White with #26DD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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