Html Css Color HEX #26F132 Lime Green

📋 copy color: '#26F132'

red 38 ◦ green 241 ◦ blue 50

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

Shades of Lime Green #26F132

Tints of Lime Green #26F132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 11.55%
G = 73.25%
B = 15.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#26F132 (or 0x26F132) is known color: Lime Green. HEX triplet: 26, F1 and 32. RGB value is (38,241,50). Sum of RGB (Red+Green+Blue) = 38+241+50=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 241 (94.53% from 255 or 73.25% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 241 - color contains mainly: green. Hex color #26F132 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F132 is #D90ECD. Grayscale: #9F9F9F. Windows color (decimal): -14225102 or 3338534. OLE color: 3338534.

HSL color Cylindrical-coordinate representation of color #26F132: hue angle of 123.55º 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 #26F132 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 241 50 -
CMYK 0.84 0 0.79 0.05
HSL 123.55º 0.88% 0.55% -
HSV(B) 123.55º 0.84% 0.95% -
XYZ 32.83 63.55 13.55 -
YUV 158.53 66.75 42.03 -
System Red Green Blue C M Y K H S L
Decimal 38 241 50 0.84 0 0.79 0.05 123.55 0.88 0.55
Hex 26 F1 32 54 0 4F 5 7C 58 37
Octal 46 361 62 124 0 117 5 174 130 67
Binary 100110 11110001 110010 1010100 0 1001111 101 1111100 1011000 110111

Color Harmonies of #26F132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26F132

Black with #26F132

Text Example


Text Example

White with #26F132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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