Html Css Color HEX #26D73C Lime Green

📋 copy color: '#26D73C'

red 38 ◦ green 215 ◦ blue 60

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

Shades of Lime Green #26D73C

Tints of Lime Green #26D73C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.69%

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 12.14%
G = 68.69%
B = 19.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#26D73C (or 0x26D73C) is known color: Lime Green. HEX triplet: 26, D7 and 3C. RGB value is (38,215,60). Sum of RGB (Red+Green+Blue) = 38+215+60=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 215 (84.38% from 255 or 68.69% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 215 - color contains mainly: green. Hex color #26D73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D73C is #D928C3. Grayscale: #909090. Windows color (decimal): -14231748 or 3987238. OLE color: 3987238.

HSL color Cylindrical-coordinate representation of color #26D73C: hue angle of 127.46º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D73C is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 215 60 -
CMYK 0.82 0 0.72 0.16
HSL 127.46º 0.7% 0.5% -
HSV(B) 127.46º 0.82% 0.84% -
XYZ 25.92 49.34 12.43 -
YUV 144.41 80.36 52.1 -
System Red Green Blue C M Y K H S L
Decimal 38 215 60 0.82 0 0.72 0.16 127.46 0.7 0.5
Hex 26 D7 3C 52 0 48 10 7F 46 32
Octal 46 327 74 122 0 110 20 177 106 62
Binary 100110 11010111 111100 1010010 0 1001000 10000 1111111 1000110 110010

Color Harmonies of #26D73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D73C

Black with #26D73C

Text Example


Text Example

White with #26D73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,215,60); }

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

background-color css

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

 a { background-color: rgb(38,215,60); }

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

border-color css

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

 span { border-color: rgb(38,215,60); }

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