Html Css Color HEX #26D031 Lime Green

📋 copy color: '#26D031'

red 38 ◦ green 208 ◦ blue 49

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

Shades of Lime Green #26D031

Tints of Lime Green #26D031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 12.88%
G = 70.51%
B = 16.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#26D031 (or 0x26D031) is known color: Lime Green. HEX triplet: 26, D0 and 31. RGB value is (38,208,49). Sum of RGB (Red+Green+Blue) = 38+208+49=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 208 (81.64% from 255 or 70.51% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 208 - color contains mainly: green. Hex color #26D031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D031 is #D92FCE. Grayscale: #8B8B8B. Windows color (decimal): -14233551 or 3264550. OLE color: 3264550.

HSL color Cylindrical-coordinate representation of color #26D031: hue angle of 123.88º 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 #26D031 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 38 208 49 -
CMYK 0.82 0 0.76 0.18
HSL 123.88º 0.69% 0.48% -
HSV(B) 123.88º 0.82% 0.82% -
XYZ 23.91 45.75 10.48 -
YUV 139.04 77.18 55.93 -
System Red Green Blue C M Y K H S L
Decimal 38 208 49 0.82 0 0.76 0.18 123.88 0.69 0.48
Hex 26 D0 31 52 0 4C 12 7C 45 30
Octal 46 320 61 122 0 114 22 174 105 60
Binary 100110 11010000 110001 1010010 0 1001100 10010 1111100 1000101 110000

Color Harmonies of #26D031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D031

Black with #26D031

Text Example


Text Example

White with #26D031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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