Html Css Color HEX #26BF1C Lime Green

📋 copy color: '#26BF1C'

red 38 ◦ green 191 ◦ blue 28

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

Shades of Lime Green #26BF1C

Tints of Lime Green #26BF1C

RGB

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

 GREEN value IS 191 (75% from 255) = 74.32%

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

R = 14.79%
G = 74.32%
B = 10.89%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#26BF1C (or 0x26BF1C) is known color: Lime Green. HEX triplet: 26, BF and 1C. RGB value is (38,191,28). Sum of RGB (Red+Green+Blue) = 38+191+28=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 191 (75% from 255 or 74.32% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF1C is #D940E3. Grayscale: #7F7F7F. Windows color (decimal): -14237924 or 1883942. OLE color: 1883942.

HSL color Cylindrical-coordinate representation of color #26BF1C: hue angle of 116.32º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26BF1C is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 191 28 -
CMYK 0.80 0 0.85 0.25
HSL 116.32º 0.74% 0.43% -
HSV(B) 116.32º 0.85% 0.75% -
XYZ 19.64 37.76 7.35 -
YUV 126.67 72.31 64.75 -
System Red Green Blue C M Y K H S L
Decimal 38 191 28 0.80 0 0.85 0.25 116.32 0.74 0.43
Hex 26 BF 1C 50 0 55 19 74 4A 2B
Octal 46 277 34 120 0 125 31 164 112 53
Binary 100110 10111111 11100 1010000 0 1010101 11001 1110100 1001010 101011

Color Harmonies of #26BF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BF1C

Black with #26BF1C

Text Example


Text Example

White with #26BF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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