Html Css Color HEX #26D01C Lime Green

📋 copy color: '#26D01C'

red 38 ◦ green 208 ◦ blue 28

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

Shades of Lime Green #26D01C

Tints of Lime Green #26D01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.22%

R = 13.87%
G = 75.91%
B = 10.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#26D01C (or 0x26D01C) is known color: Lime Green. HEX triplet: 26, D0 and 1C. RGB value is (38,208,28). Sum of RGB (Red+Green+Blue) = 38+208+28=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 208 (81.64% from 255 or 75.91% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 208 - color contains mainly: green. Hex color #26D01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D01C is #D92FE3. Grayscale: #898989. Windows color (decimal): -14233572 or 1888294. OLE color: 1888294.

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

Color convert

RGB 38 208 28 -
CMYK 0.82 0 0.87 0.18
HSL 116.67º 0.76% 0.46% -
HSV(B) 116.67º 0.87% 0.82% -
XYZ 23.56 45.61 8.66 -
YUV 136.65 66.68 57.64 -
System Red Green Blue C M Y K H S L
Decimal 38 208 28 0.82 0 0.87 0.18 116.67 0.76 0.46
Hex 26 D0 1C 52 0 57 12 75 4C 2E
Octal 46 320 34 122 0 127 22 165 114 56
Binary 100110 11010000 11100 1010010 0 1010111 10010 1110101 1001100 101110

Color Harmonies of #26D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D01C

Black with #26D01C

Text Example


Text Example

White with #26D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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