Html Css Color HEX #26EB2A Lime Green

📋 copy color: '#26EB2A'

red 38 ◦ green 235 ◦ blue 42

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

Shades of Lime Green #26EB2A

Tints of Lime Green #26EB2A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 74.6%

 BLUE value IS 42 (16.8% from 255) = 13.33%

R = 12.06%
G = 74.6%
B = 13.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#26EB2A (or 0x26EB2A) is known color: Lime Green. HEX triplet: 26, EB and 2A. RGB value is (38,235,42). Sum of RGB (Red+Green+Blue) = 38+235+42=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 235 (92.19% from 255 or 74.60% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 235 - color contains mainly: green. Hex color #26EB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EB2A is #D914D5. Grayscale: #9A9A9A. Windows color (decimal): -14226646 or 2812710. OLE color: 2812710.

HSL color Cylindrical-coordinate representation of color #26EB2A: hue angle of 121.22º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EB2A is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 235 42 -
CMYK 0.84 0 0.82 0.08
HSL 121.22º 0.83% 0.54% -
HSV(B) 121.22º 0.84% 0.92% -
XYZ 30.93 60 12.14 -
YUV 154.1 64.73 45.19 -
System Red Green Blue C M Y K H S L
Decimal 38 235 42 0.84 0 0.82 0.08 121.22 0.83 0.54
Hex 26 EB 2A 54 0 52 8 79 53 36
Octal 46 353 52 124 0 122 10 171 123 66
Binary 100110 11101011 101010 1010100 0 1010010 1000 1111001 1010011 110110

Color Harmonies of #26EB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26EB2A

Black with #26EB2A

Text Example


Text Example

White with #26EB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,235,42); }

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

background-color css

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

 a { background-color: rgb(38,235,42); }

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

border-color css

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

 span { border-color: rgb(38,235,42); }

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