Html Css Color HEX #26C641 Lime Green

📋 copy color: '#26C641'

red 38 ◦ green 198 ◦ blue 65

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

Shades of Lime Green #26C641

Tints of Lime Green #26C641

RGB

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

 GREEN value IS 198 (77.73% from 255) = 65.78%

 BLUE value IS 65 (25.78% from 255) = 21.59%

R = 12.62%
G = 65.78%
B = 21.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#26C641 (or 0x26C641) is known color: Lime Green. HEX triplet: 26, C6 and 41. RGB value is (38,198,65). Sum of RGB (Red+Green+Blue) = 38+198+65=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 198 (77.73% from 255 or 65.78% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 198 - color contains mainly: green. Hex color #26C641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C641 is #D939BE. Grayscale: #878787. Windows color (decimal): -14236095 or 4310566. OLE color: 4310566.

HSL color Cylindrical-coordinate representation of color #26C641: hue angle of 130.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C641 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 38 198 65 -
CMYK 0.81 0 0.67 0.22
HSL 130.13º 0.68% 0.46% -
HSV(B) 130.13º 0.81% 0.78% -
XYZ 21.95 41.18 11.79 -
YUV 135 88.49 58.81 -
System Red Green Blue C M Y K H S L
Decimal 38 198 65 0.81 0 0.67 0.22 130.13 0.68 0.46
Hex 26 C6 41 51 0 43 16 82 44 2E
Octal 46 306 101 121 0 103 26 202 104 56
Binary 100110 11000110 1000001 1010001 0 1000011 10110 10000010 1000100 101110

Color Harmonies of #26C641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C641

Black with #26C641

Text Example


Text Example

White with #26C641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,198,65); }

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

background-color css

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

 a { background-color: rgb(38,198,65); }

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

border-color css

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

 span { border-color: rgb(38,198,65); }

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