Html Css Color HEX #26DA2C Lime Green

📋 copy color: '#26DA2C'

red 38 ◦ green 218 ◦ blue 44

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

Shades of Lime Green #26DA2C

Tints of Lime Green #26DA2C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 72.67%

 BLUE value IS 44 (17.58% from 255) = 14.67%

R = 12.67%
G = 72.67%
B = 14.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#26DA2C (or 0x26DA2C) is known color: Lime Green. HEX triplet: 26, DA and 2C. RGB value is (38,218,44). Sum of RGB (Red+Green+Blue) = 38+218+44=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 218 (85.55% from 255 or 72.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 218 - color contains mainly: green. Hex color #26DA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DA2C is #D925D3. Grayscale: #909090. Windows color (decimal): -14230996 or 2939430. OLE color: 2939430.

HSL color Cylindrical-coordinate representation of color #26DA2C: hue angle of 122º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DA2C is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 218 44 -
CMYK 0.83 0 0.80 0.15
HSL 122º 0.71% 0.5% -
HSV(B) 122º 0.83% 0.85% -
XYZ 26.33 50.74 10.79 -
YUV 144.34 71.37 52.15 -
System Red Green Blue C M Y K H S L
Decimal 38 218 44 0.83 0 0.80 0.15 122 0.71 0.5
Hex 26 DA 2C 53 0 50 F 7A 47 32
Octal 46 332 54 123 0 120 17 172 107 62
Binary 100110 11011010 101100 1010011 0 1010000 1111 1111010 1000111 110010

Color Harmonies of #26DA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26DA2C

Black with #26DA2C

Text Example


Text Example

White with #26DA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,218,44); }

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

background-color css

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

 a { background-color: rgb(38,218,44); }

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

border-color css

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

 span { border-color: rgb(38,218,44); }

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