Html Css Color HEX #26BE48 Lime Green

📋 copy color: '#26BE48'

red 38 ◦ green 190 ◦ blue 72

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

Shades of Lime Green #26BE48

Tints of Lime Green #26BE48

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.33%

 BLUE value IS 72 (28.52% from 255) = 24%

R = 12.67%
G = 63.33%
B = 24%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#26BE48 (or 0x26BE48) is known color: Lime Green. HEX triplet: 26, BE and 48. RGB value is (38,190,72). Sum of RGB (Red+Green+Blue) = 38+190+72=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 190 (74.61% from 255 or 63.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 190 - color contains mainly: green. Hex color #26BE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BE48 is #D941B7. Grayscale: #838383. Windows color (decimal): -14238136 or 4767270. OLE color: 4767270.

HSL color Cylindrical-coordinate representation of color #26BE48: hue angle of 133.42º 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 #26BE48 is Cyan = 0.8, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 190 72 -
CMYK 0.8 0 0.62 0.25
HSL 133.42º 0.67% 0.45% -
HSV(B) 133.42º 0.8% 0.75% -
XYZ 20.38 37.71 12.33 -
YUV 131.1 94.64 61.59 -
System Red Green Blue C M Y K H S L
Decimal 38 190 72 0.8 0 0.62 0.25 133.42 0.67 0.45
Hex 26 BE 48 50 0 3E 19 85 43 2D
Octal 46 276 110 120 0 76 31 205 103 55
Binary 100110 10111110 1001000 1010000 0 111110 11001 10000101 1000011 101101

Color Harmonies of #26BE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BE48

Black with #26BE48

Text Example


Text Example

White with #26BE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,190,72); }

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

background-color css

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

 a { background-color: rgb(38,190,72); }

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

border-color css

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

 span { border-color: rgb(38,190,72); }

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