Html Css Color HEX #26C04A Lime Green

📋 copy color: '#26C04A'

red 38 ◦ green 192 ◦ blue 74

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

Shades of Lime Green #26C04A

Tints of Lime Green #26C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.16%

 BLUE value IS 74 (29.3% from 255) = 24.34%

R = 12.5%
G = 63.16%
B = 24.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#26C04A (or 0x26C04A) is known color: Lime Green. HEX triplet: 26, C0 and 4A. RGB value is (38,192,74). Sum of RGB (Red+Green+Blue) = 38+192+74=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #26C04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C04A is #D93FB5. Grayscale: #848484. Windows color (decimal): -14237622 or 4898854. OLE color: 4898854.

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

Color convert

RGB 38 192 74 -
CMYK 0.80 0 0.61 0.25
HSL 134.03º 0.67% 0.45% -
HSV(B) 134.03º 0.8% 0.75% -
XYZ 20.89 38.61 12.83 -
YUV 132.5 94.98 60.59 -
System Red Green Blue C M Y K H S L
Decimal 38 192 74 0.80 0 0.61 0.25 134.03 0.67 0.45
Hex 26 C0 4A 50 0 3D 19 86 43 2D
Octal 46 300 112 120 0 75 31 206 103 55
Binary 100110 11000000 1001010 1010000 0 111101 11001 10000110 1000011 101101

Color Harmonies of #26C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C04A

Black with #26C04A

Text Example


Text Example

White with #26C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,192,74); }

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

background-color css

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

 a { background-color: rgb(38,192,74); }

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

border-color css

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

 span { border-color: rgb(38,192,74); }

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