Html Css Color HEX #26CD49 Lime Green

📋 copy color: '#26CD49'

red 38 ◦ green 205 ◦ blue 73

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

Shades of Lime Green #26CD49

Tints of Lime Green #26CD49

RGB

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

 GREEN value IS 205 (80.47% from 255) = 64.87%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 12.03%
G = 64.87%
B = 23.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#26CD49 (or 0x26CD49) is known color: Lime Green. HEX triplet: 26, CD and 49. RGB value is (38,205,73). Sum of RGB (Red+Green+Blue) = 38+205+73=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 205 (80.47% from 255 or 64.87% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 205 - color contains mainly: green. Hex color #26CD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CD49 is #D932B6. Grayscale: #8C8C8C. Windows color (decimal): -14234295 or 4836646. OLE color: 4836646.

HSL color Cylindrical-coordinate representation of color #26CD49: hue angle of 132.57º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CD49 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 205 73 -
CMYK 0.81 0 0.64 0.20
HSL 132.57º 0.69% 0.48% -
HSV(B) 132.57º 0.81% 0.8% -
XYZ 23.83 44.56 13.65 -
YUV 140.02 90.17 55.23 -
System Red Green Blue C M Y K H S L
Decimal 38 205 73 0.81 0 0.64 0.20 132.57 0.69 0.48
Hex 26 CD 49 51 0 40 14 85 45 30
Octal 46 315 111 121 0 100 24 205 105 60
Binary 100110 11001101 1001001 1010001 0 1000000 10100 10000101 1000101 110000

Color Harmonies of #26CD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CD49

Black with #26CD49

Text Example


Text Example

White with #26CD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,205,73); }

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

background-color css

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

 a { background-color: rgb(38,205,73); }

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

border-color css

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

 span { border-color: rgb(38,205,73); }

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