Html Css Color HEX #26D42E Lime Green

📋 copy color: '#26D42E'

red 38 ◦ green 212 ◦ blue 46

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

Shades of Lime Green #26D42E

Tints of Lime Green #26D42E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 71.62%

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 12.84%
G = 71.62%
B = 15.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#26D42E (or 0x26D42E) is known color: Lime Green. HEX triplet: 26, D4 and 2E. RGB value is (38,212,46). Sum of RGB (Red+Green+Blue) = 38+212+46=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 212 (83.20% from 255 or 71.62% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 212 - color contains mainly: green. Hex color #26D42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D42E is #D92BD1. Grayscale: #8D8D8D. Windows color (decimal): -14232530 or 3068966. OLE color: 3068966.

HSL color Cylindrical-coordinate representation of color #26D42E: hue angle of 122.76º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D42E is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 38 212 46 -
CMYK 0.82 0 0.78 0.17
HSL 122.76º 0.7% 0.49% -
HSV(B) 122.76º 0.82% 0.83% -
XYZ 24.84 47.7 10.48 -
YUV 141.05 74.35 54.5 -
System Red Green Blue C M Y K H S L
Decimal 38 212 46 0.82 0 0.78 0.17 122.76 0.7 0.49
Hex 26 D4 2E 52 0 4E 11 7B 46 31
Octal 46 324 56 122 0 116 21 173 106 61
Binary 100110 11010100 101110 1010010 0 1001110 10001 1111011 1000110 110001

Color Harmonies of #26D42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D42E

Black with #26D42E

Text Example


Text Example

White with #26D42E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,212,46); }

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

background-color css

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

 a { background-color: rgb(38,212,46); }

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

border-color css

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

 span { border-color: rgb(38,212,46); }

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