Html Css Color HEX #26BC28 Lime Green

📋 copy color: '#26BC28'

red 38 ◦ green 188 ◦ blue 40

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

Shades of Lime Green #26BC28

Tints of Lime Green #26BC28

RGB

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

 GREEN value IS 188 (73.83% from 255) = 70.68%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 14.29%
G = 70.68%
B = 15.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#26BC28 (or 0x26BC28) is known color: Lime Green. HEX triplet: 26, BC and 28. RGB value is (38,188,40). Sum of RGB (Red+Green+Blue) = 38+188+40=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BC28 is #D943D7. Grayscale: #7E7E7E. Windows color (decimal): -14238680 or 2669606. OLE color: 2669606.

HSL color Cylindrical-coordinate representation of color #26BC28: hue angle of 120.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BC28 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 188 40 -
CMYK 0.80 0 0.79 0.26
HSL 120.8º 0.66% 0.44% -
HSV(B) 120.8º 0.8% 0.74% -
XYZ 19.17 36.53 8.05 -
YUV 126.28 79.31 65.03 -
System Red Green Blue C M Y K H S L
Decimal 38 188 40 0.80 0 0.79 0.26 120.8 0.66 0.44
Hex 26 BC 28 50 0 4F 1A 79 42 2C
Octal 46 274 50 120 0 117 32 171 102 54
Binary 100110 10111100 101000 1010000 0 1001111 11010 1111001 1000010 101100

Color Harmonies of #26BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BC28

Black with #26BC28

Text Example


Text Example

White with #26BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,188,40); }

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

background-color css

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

 a { background-color: rgb(38,188,40); }

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

border-color css

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

 span { border-color: rgb(38,188,40); }

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