Html Css Color HEX #26BF41 Lime Green

📋 copy color: '#26BF41'

red 38 ◦ green 191 ◦ blue 65

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

Shades of Lime Green #26BF41

Tints of Lime Green #26BF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.11%

R = 12.93%
G = 64.97%
B = 22.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#26BF41 (or 0x26BF41) is known color: Lime Green. HEX triplet: 26, BF and 41. RGB value is (38,191,65). Sum of RGB (Red+Green+Blue) = 38+191+65=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 191 (75% from 255 or 64.97% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 191 - color contains mainly: green. Hex color #26BF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BF41 is #D940BE. Grayscale: #838383. Windows color (decimal): -14237887 or 4308774. OLE color: 4308774.

HSL color Cylindrical-coordinate representation of color #26BF41: hue angle of 130.59º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BF41 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 191 65 -
CMYK 0.80 0 0.66 0.25
HSL 130.59º 0.67% 0.45% -
HSV(B) 130.59º 0.8% 0.75% -
XYZ 20.38 38.06 11.27 -
YUV 130.89 90.81 61.75 -
System Red Green Blue C M Y K H S L
Decimal 38 191 65 0.80 0 0.66 0.25 130.59 0.67 0.45
Hex 26 BF 41 50 0 42 19 83 43 2D
Octal 46 277 101 120 0 102 31 203 103 55
Binary 100110 10111111 1000001 1010000 0 1000010 11001 10000011 1000011 101101

Color Harmonies of #26BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BF41

Black with #26BF41

Text Example


Text Example

White with #26BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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