Html Css Color HEX #26D83C Lime Green

📋 copy color: '#26D83C'

red 38 ◦ green 216 ◦ blue 60

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

Shades of Lime Green #26D83C

Tints of Lime Green #26D83C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 68.79%

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

R = 12.1%
G = 68.79%
B = 19.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#26D83C (or 0x26D83C) is known color: Lime Green. HEX triplet: 26, D8 and 3C. RGB value is (38,216,60). Sum of RGB (Red+Green+Blue) = 38+216+60=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 216 (84.77% from 255 or 68.79% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 216 - color contains mainly: green. Hex color #26D83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D83C is #D927C3. Grayscale: #919191. Windows color (decimal): -14231492 or 3987494. OLE color: 3987494.

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

Color convert

RGB 38 216 60 -
CMYK 0.82 0 0.72 0.15
HSL 127.42º 0.7% 0.5% -
HSV(B) 127.42º 0.82% 0.85% -
XYZ 26.17 49.85 12.52 -
YUV 144.99 80.03 51.68 -
System Red Green Blue C M Y K H S L
Decimal 38 216 60 0.82 0 0.72 0.15 127.42 0.7 0.5
Hex 26 D8 3C 52 0 48 F 7F 46 32
Octal 46 330 74 122 0 110 17 177 106 62
Binary 100110 11011000 111100 1010010 0 1001000 1111 1111111 1000110 110010

Color Harmonies of #26D83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D83C

Black with #26D83C

Text Example


Text Example

White with #26D83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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