Html Css Color HEX #26D028 Lime Green

📋 copy color: '#26D028'

red 38 ◦ green 208 ◦ blue 40

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

Shades of Lime Green #26D028

Tints of Lime Green #26D028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 72.73%

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

R = 13.29%
G = 72.73%
B = 13.99%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#26D028 (or 0x26D028) is known color: Lime Green. HEX triplet: 26, D0 and 28. RGB value is (38,208,40). Sum of RGB (Red+Green+Blue) = 38+208+40=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 208 (81.64% from 255 or 72.73% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 208 - color contains mainly: green. Hex color #26D028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D028 is #D92FD7. Grayscale: #8A8A8A. Windows color (decimal): -14233560 or 2674726. OLE color: 2674726.

HSL color Cylindrical-coordinate representation of color #26D028: hue angle of 120.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D028 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 38 208 40 -
CMYK 0.82 0 0.81 0.18
HSL 120.71º 0.69% 0.48% -
HSV(B) 120.71º 0.82% 0.82% -
XYZ 23.74 45.68 9.57 -
YUV 138.02 72.68 56.66 -
System Red Green Blue C M Y K H S L
Decimal 38 208 40 0.82 0 0.81 0.18 120.71 0.69 0.48
Hex 26 D0 28 52 0 51 12 79 45 30
Octal 46 320 50 122 0 121 22 171 105 60
Binary 100110 11010000 101000 1010010 0 1010001 10010 1111001 1000101 110000

Color Harmonies of #26D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D028

Black with #26D028

Text Example


Text Example

White with #26D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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