Html Css Color HEX #26BD12 Lime Green

📋 copy color: '#26BD12'

red 38 ◦ green 189 ◦ blue 18

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

Shades of Lime Green #26BD12

Tints of Lime Green #26BD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 15.51%
G = 77.14%
B = 7.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#26BD12 (or 0x26BD12) is known color: Lime Green. HEX triplet: 26, BD and 12. RGB value is (38,189,18). Sum of RGB (Red+Green+Blue) = 38+189+18=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 189 (74.22% from 255 or 77.14% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26BD12 is #D942ED. Grayscale: #7C7C7C. Windows color (decimal): -14238446 or 1228070. OLE color: 1228070.

HSL color Cylindrical-coordinate representation of color #26BD12: hue angle of 112.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26BD12 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 189 18 -
CMYK 0.80 0 0.90 0.26
HSL 112.98º 0.83% 0.41% -
HSV(B) 112.98º 0.9% 0.74% -
XYZ 19.11 36.85 6.68 -
YUV 124.36 67.97 66.4 -
System Red Green Blue C M Y K H S L
Decimal 38 189 18 0.80 0 0.90 0.26 112.98 0.83 0.41
Hex 26 BD 12 50 0 5A 1A 71 53 29
Octal 46 275 22 120 0 132 32 161 123 51
Binary 100110 10111101 10010 1010000 0 1011010 11010 1110001 1010011 101001

Color Harmonies of #26BD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BD12

Black with #26BD12

Text Example


Text Example

White with #26BD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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