Html Css Color HEX #26F340 Lime Green

📋 copy color: '#26F340'

red 38 ◦ green 243 ◦ blue 64

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

Shades of Lime Green #26F340

Tints of Lime Green #26F340

RGB

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

 GREEN value IS 243 (95.31% from 255) = 70.43%

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

R = 11.01%
G = 70.43%
B = 18.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#26F340 (or 0x26F340) is known color: Lime Green. HEX triplet: 26, F3 and 40. RGB value is (38,243,64). Sum of RGB (Red+Green+Blue) = 38+243+64=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 243 (95.31% from 255 or 70.43% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 243 - color contains mainly: green. Hex color #26F340 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F340 is #D90CBF. Grayscale: #A1A1A1. Windows color (decimal): -14224576 or 4256550. OLE color: 4256550.

HSL color Cylindrical-coordinate representation of color #26F340: hue angle of 127.61º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F340 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 243 64 -
CMYK 0.84 0 0.74 0.05
HSL 127.61º 0.9% 0.55% -
HSV(B) 127.61º 0.84% 0.95% -
XYZ 33.78 64.88 15.59 -
YUV 161.3 73.08 40.05 -
System Red Green Blue C M Y K H S L
Decimal 38 243 64 0.84 0 0.74 0.05 127.61 0.9 0.55
Hex 26 F3 40 54 0 4A 5 80 5A 37
Octal 46 363 100 124 0 112 5 200 132 67
Binary 100110 11110011 1000000 1010100 0 1001010 101 10000000 1011010 110111

Color Harmonies of #26F340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26F340

Black with #26F340

Text Example


Text Example

White with #26F340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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