Html Css Color HEX #26C240 Lime Green

📋 copy color: '#26C240'

red 38 ◦ green 194 ◦ blue 64

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

Shades of Lime Green #26C240

Tints of Lime Green #26C240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.54%

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 12.84%
G = 65.54%
B = 21.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#26C240 (or 0x26C240) is known color: Lime Green. HEX triplet: 26, C2 and 40. RGB value is (38,194,64). Sum of RGB (Red+Green+Blue) = 38+194+64=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 194 (76.17% from 255 or 65.54% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 194 - color contains mainly: green. Hex color #26C240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C240 is #D93DBF. Grayscale: #848484. Windows color (decimal): -14237120 or 4244006. OLE color: 4244006.

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

Color convert

RGB 38 194 64 -
CMYK 0.80 0 0.67 0.24
HSL 130º 0.67% 0.45% -
HSV(B) 130º 0.8% 0.76% -
XYZ 21.02 39.37 11.34 -
YUV 132.54 89.32 60.57 -
System Red Green Blue C M Y K H S L
Decimal 38 194 64 0.80 0 0.67 0.24 130 0.67 0.45
Hex 26 C2 40 50 0 43 18 82 43 2D
Octal 46 302 100 120 0 103 30 202 103 55
Binary 100110 11000010 1000000 1010000 0 1000011 11000 10000010 1000011 101101

Color Harmonies of #26C240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C240

Black with #26C240

Text Example


Text Example

White with #26C240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,194,64); }

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

background-color css

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

 a { background-color: rgb(38,194,64); }

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

border-color css

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

 span { border-color: rgb(38,194,64); }

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