Html Css Color HEX #26BD1A Lime Green

📋 copy color: '#26BD1A'

red 38 ◦ green 189 ◦ blue 26

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

Shades of Lime Green #26BD1A

Tints of Lime Green #26BD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 74.7%

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 15.02%
G = 74.7%
B = 10.28%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#26BD1A (or 0x26BD1A) is known color: Lime Green. HEX triplet: 26, BD and 1A. RGB value is (38,189,26). Sum of RGB (Red+Green+Blue) = 38+189+26=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 189 (74.22% from 255 or 74.70% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BD1A is #D942E5. Grayscale: #7D7D7D. Windows color (decimal): -14238438 or 1752358. OLE color: 1752358.

HSL color Cylindrical-coordinate representation of color #26BD1A: hue angle of 115.58º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26BD1A is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 189 26 -
CMYK 0.80 0 0.86 0.26
HSL 115.58º 0.76% 0.42% -
HSV(B) 115.58º 0.86% 0.74% -
XYZ 19.18 36.88 7.09 -
YUV 125.27 71.97 65.75 -
System Red Green Blue C M Y K H S L
Decimal 38 189 26 0.80 0 0.86 0.26 115.58 0.76 0.42
Hex 26 BD 1A 50 0 56 1A 74 4C 2A
Octal 46 275 32 120 0 126 32 164 114 52
Binary 100110 10111101 11010 1010000 0 1010110 11010 1110100 1001100 101010

Color Harmonies of #26BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BD1A

Black with #26BD1A

Text Example


Text Example

White with #26BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,189,26); }

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

background-color css

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

 a { background-color: rgb(38,189,26); }

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

border-color css

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

 span { border-color: rgb(38,189,26); }

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