Html Css Color HEX #26BB42 Lime Green

📋 copy color: '#26BB42'

red 38 ◦ green 187 ◦ blue 66

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

Shades of Lime Green #26BB42

Tints of Lime Green #26BB42

RGB

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

 GREEN value IS 187 (73.44% from 255) = 64.26%

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 13.06%
G = 64.26%
B = 22.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#26BB42 (or 0x26BB42) is known color: Lime Green. HEX triplet: 26, BB and 42. RGB value is (38,187,66). Sum of RGB (Red+Green+Blue) = 38+187+66=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 187 (73.44% from 255 or 64.26% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 187 - color contains mainly: green. Hex color #26BB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BB42 is #D944BD. Grayscale: #808080. Windows color (decimal): -14238910 or 4373286. OLE color: 4373286.

HSL color Cylindrical-coordinate representation of color #26BB42: hue angle of 131.28º 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 #26BB42 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 187 66 -
CMYK 0.80 0 0.65 0.27
HSL 131.28º 0.66% 0.44% -
HSV(B) 131.28º 0.8% 0.73% -
XYZ 19.55 36.35 11.14 -
YUV 128.66 92.64 63.34 -
System Red Green Blue C M Y K H S L
Decimal 38 187 66 0.80 0 0.65 0.27 131.28 0.66 0.44
Hex 26 BB 42 50 0 41 1B 83 42 2C
Octal 46 273 102 120 0 101 33 203 102 54
Binary 100110 10111011 1000010 1010000 0 1000001 11011 10000011 1000010 101100

Color Harmonies of #26BB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BB42

Black with #26BB42

Text Example


Text Example

White with #26BB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,187,66); }

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

background-color css

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

 a { background-color: rgb(38,187,66); }

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

border-color css

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

 span { border-color: rgb(38,187,66); }

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