Html Css Color HEX #26BA3F Lime Green

📋 copy color: '#26BA3F'

red 38 ◦ green 186 ◦ blue 63

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

Shades of Lime Green #26BA3F

Tints of Lime Green #26BA3F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 64.81%

 BLUE value IS 63 (25% from 255) = 21.95%

R = 13.24%
G = 64.81%
B = 21.95%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#26BA3F (or 0x26BA3F) is known color: Lime Green. HEX triplet: 26, BA and 3F. RGB value is (38,186,63). Sum of RGB (Red+Green+Blue) = 38+186+63=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BA3F is #D945C0. Grayscale: #808080. Windows color (decimal): -14239169 or 4176422. OLE color: 4176422.

HSL color Cylindrical-coordinate representation of color #26BA3F: hue angle of 130.14º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BA3F is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 186 63 -
CMYK 0.80 0 0.66 0.27
HSL 130.14º 0.66% 0.44% -
HSV(B) 130.14º 0.8% 0.73% -
XYZ 19.26 35.89 10.61 -
YUV 127.73 91.47 64 -
System Red Green Blue C M Y K H S L
Decimal 38 186 63 0.80 0 0.66 0.27 130.14 0.66 0.44
Hex 26 BA 3F 50 0 42 1B 82 42 2C
Octal 46 272 77 120 0 102 33 202 102 54
Binary 100110 10111010 111111 1010000 0 1000010 11011 10000010 1000010 101100

Color Harmonies of #26BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BA3F

Black with #26BA3F

Text Example


Text Example

White with #26BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,186,63); }

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

background-color css

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

 a { background-color: rgb(38,186,63); }

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

border-color css

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

 span { border-color: rgb(38,186,63); }

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