Html Css Color HEX #26C340 Lime Green

📋 copy color: '#26C340'

red 38 ◦ green 195 ◦ blue 64

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

Shades of Lime Green #26C340

Tints of Lime Green #26C340

RGB

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

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

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

R = 12.79%
G = 65.66%
B = 21.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#26C340 (or 0x26C340) is known color: Lime Green. HEX triplet: 26, C3 and 40. RGB value is (38,195,64). Sum of RGB (Red+Green+Blue) = 38+195+64=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 195 (76.56% from 255 or 65.66% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 195 - color contains mainly: green. Hex color #26C340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C340 is #D93CBF. Grayscale: #858585. Windows color (decimal): -14236864 or 4244262. OLE color: 4244262.

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

Color convert

RGB 38 195 64 -
CMYK 0.81 0 0.67 0.24
HSL 129.94º 0.67% 0.46% -
HSV(B) 129.94º 0.81% 0.76% -
XYZ 21.24 39.81 11.42 -
YUV 133.12 88.99 60.15 -
System Red Green Blue C M Y K H S L
Decimal 38 195 64 0.81 0 0.67 0.24 129.94 0.67 0.46
Hex 26 C3 40 51 0 43 18 82 43 2E
Octal 46 303 100 121 0 103 30 202 103 56
Binary 100110 11000011 1000000 1010001 0 1000011 11000 10000010 1000011 101110

Color Harmonies of #26C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C340

Black with #26C340

Text Example


Text Example

White with #26C340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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