Html Css Color HEX #26C60F Lime Green

📋 copy color: '#26C60F'

red 38 ◦ green 198 ◦ blue 15

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

Shades of Lime Green #26C60F

Tints of Lime Green #26C60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 15.14%
G = 78.88%
B = 5.98%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#26C60F (or 0x26C60F) is known color: Lime Green. HEX triplet: 26, C6 and 0F. RGB value is (38,198,15). Sum of RGB (Red+Green+Blue) = 38+198+15=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 198 (77.73% from 255 or 78.88% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 198 - color contains mainly: green. Hex color #26C60F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C60F is #D939F0. Grayscale: #818181. Windows color (decimal): -14236145 or 1033766. OLE color: 1033766.

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

Color convert

RGB 38 198 15 -
CMYK 0.81 0 0.92 0.22
HSL 112.46º 0.86% 0.42% -
HSV(B) 112.46º 0.92% 0.78% -
XYZ 21.08 40.83 7.22 -
YUV 129.3 63.49 62.88 -
System Red Green Blue C M Y K H S L
Decimal 38 198 15 0.81 0 0.92 0.22 112.46 0.86 0.42
Hex 26 C6 F 51 0 5C 16 70 56 2A
Octal 46 306 17 121 0 134 26 160 126 52
Binary 100110 11000110 1111 1010001 0 1011100 10110 1110000 1010110 101010

Color Harmonies of #26C60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C60F

Black with #26C60F

Text Example


Text Example

White with #26C60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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