Html Css Color HEX #26C020 Lime Green

📋 copy color: '#26C020'

red 38 ◦ green 192 ◦ blue 32

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

Shades of Lime Green #26C020

Tints of Lime Green #26C020

RGB

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

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

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

R = 14.5%
G = 73.28%
B = 12.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#26C020 (or 0x26C020) is known color: Lime Green. HEX triplet: 26, C0 and 20. RGB value is (38,192,32). Sum of RGB (Red+Green+Blue) = 38+192+32=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #26C020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C020 is #D93FDF. Grayscale: #808080. Windows color (decimal): -14237664 or 2146342. OLE color: 2146342.

HSL color Cylindrical-coordinate representation of color #26C020: hue angle of 117.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26C020 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 192 32 -
CMYK 0.80 0 0.83 0.25
HSL 117.75º 0.71% 0.44% -
HSV(B) 117.75º 0.83% 0.75% -
XYZ 19.91 38.22 7.69 -
YUV 127.71 73.98 64.01 -
System Red Green Blue C M Y K H S L
Decimal 38 192 32 0.80 0 0.83 0.25 117.75 0.71 0.44
Hex 26 C0 20 50 0 53 19 76 47 2C
Octal 46 300 40 120 0 123 31 166 107 54
Binary 100110 11000000 100000 1010000 0 1010011 11001 1110110 1000111 101100

Color Harmonies of #26C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C020

Black with #26C020

Text Example


Text Example

White with #26C020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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