Html Css Color HEX #26C320 Lime Green

📋 copy color: '#26C320'

red 38 ◦ green 195 ◦ blue 32

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

Shades of Lime Green #26C320

Tints of Lime Green #26C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 73.58%

 BLUE value IS 32 (12.89% from 255) = 12.08%

R = 14.34%
G = 73.58%
B = 12.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#26C320 (or 0x26C320) is known color: Lime Green. HEX triplet: 26, C3 and 20. RGB value is (38,195,32). Sum of RGB (Red+Green+Blue) = 38+195+32=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #26C320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C320 is #D93CDF. Grayscale: #818181. Windows color (decimal): -14236896 or 2147110. OLE color: 2147110.

HSL color Cylindrical-coordinate representation of color #26C320: hue angle of 117.79º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26C320 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 195 32 -
CMYK 0.81 0 0.84 0.24
HSL 117.79º 0.72% 0.45% -
HSV(B) 117.79º 0.84% 0.76% -
XYZ 20.58 39.55 7.92 -
YUV 129.48 72.99 62.75 -
System Red Green Blue C M Y K H S L
Decimal 38 195 32 0.81 0 0.84 0.24 117.79 0.72 0.45
Hex 26 C3 20 51 0 54 18 76 48 2D
Octal 46 303 40 121 0 124 30 166 110 55
Binary 100110 11000011 100000 1010001 0 1010100 11000 1110110 1001000 101101

Color Harmonies of #26C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C320

Black with #26C320

Text Example


Text Example

White with #26C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,195,32); }

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

background-color css

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

 a { background-color: rgb(38,195,32); }

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

border-color css

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

 span { border-color: rgb(38,195,32); }

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