Html Css Color HEX #26D646 Lime Green

📋 copy color: '#26D646'

red 38 ◦ green 214 ◦ blue 70

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

Shades of Lime Green #26D646

Tints of Lime Green #26D646

RGB

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

 GREEN value IS 214 (83.98% from 255) = 66.46%

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

R = 11.8%
G = 66.46%
B = 21.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#26D646 (or 0x26D646) is known color: Lime Green. HEX triplet: 26, D6 and 46. RGB value is (38,214,70). Sum of RGB (Red+Green+Blue) = 38+214+70=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 214 (83.98% from 255 or 66.46% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 214 - color contains mainly: green. Hex color #26D646 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D646 is #D929B9. Grayscale: #919191. Windows color (decimal): -14231994 or 4642342. OLE color: 4642342.

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

Color convert

RGB 38 214 70 -
CMYK 0.82 0 0.67 0.16
HSL 130.91º 0.7% 0.49% -
HSV(B) 130.91º 0.82% 0.84% -
XYZ 25.95 48.95 13.87 -
YUV 144.96 85.69 51.71 -
System Red Green Blue C M Y K H S L
Decimal 38 214 70 0.82 0 0.67 0.16 130.91 0.7 0.49
Hex 26 D6 46 52 0 43 10 83 46 31
Octal 46 326 106 122 0 103 20 203 106 61
Binary 100110 11010110 1000110 1010010 0 1000011 10000 10000011 1000110 110001

Color Harmonies of #26D646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D646

Black with #26D646

Text Example


Text Example

White with #26D646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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