Html Css Color HEX #26F138 Lime Green

📋 copy color: '#26F138'

red 38 ◦ green 241 ◦ blue 56

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

Shades of Lime Green #26F138

Tints of Lime Green #26F138

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.94%

 BLUE value IS 56 (22.27% from 255) = 16.72%

R = 11.34%
G = 71.94%
B = 16.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#26F138 (or 0x26F138) is known color: Lime Green. HEX triplet: 26, F1 and 38. RGB value is (38,241,56). Sum of RGB (Red+Green+Blue) = 38+241+56=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 241 (94.53% from 255 or 71.94% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 241 - color contains mainly: green. Hex color #26F138 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F138 is #D90EC7. Grayscale: #9F9F9F. Windows color (decimal): -14225096 or 3731750. OLE color: 3731750.

HSL color Cylindrical-coordinate representation of color #26F138: hue angle of 125.32º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F138 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 241 56 -
CMYK 0.84 0 0.77 0.05
HSL 125.32º 0.88% 0.55% -
HSV(B) 125.32º 0.84% 0.95% -
XYZ 32.97 63.61 14.28 -
YUV 159.21 69.75 41.54 -
System Red Green Blue C M Y K H S L
Decimal 38 241 56 0.84 0 0.77 0.05 125.32 0.88 0.55
Hex 26 F1 38 54 0 4D 5 7D 58 37
Octal 46 361 70 124 0 115 5 175 130 67
Binary 100110 11110001 111000 1010100 0 1001101 101 1111101 1011000 110111

Color Harmonies of #26F138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26F138

Black with #26F138

Text Example


Text Example

White with #26F138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,241,56); }

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

background-color css

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

 a { background-color: rgb(38,241,56); }

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

border-color css

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

 span { border-color: rgb(38,241,56); }

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