Html Css Color HEX #26BD3B Lime Green

📋 copy color: '#26BD3B'

red 38 ◦ green 189 ◦ blue 59

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

Shades of Lime Green #26BD3B

Tints of Lime Green #26BD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 13.29%
G = 66.08%
B = 20.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#26BD3B (or 0x26BD3B) is known color: Lime Green. HEX triplet: 26, BD and 3B. RGB value is (38,189,59). Sum of RGB (Red+Green+Blue) = 38+189+59=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26BD3B is #D942C4. Grayscale: #818181. Windows color (decimal): -14238405 or 3915046. OLE color: 3915046.

HSL color Cylindrical-coordinate representation of color #26BD3B: hue angle of 128.34º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD3B is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 189 59 -
CMYK 0.80 0 0.69 0.26
HSL 128.34º 0.67% 0.45% -
HSV(B) 128.34º 0.8% 0.74% -
XYZ 19.79 37.12 10.26 -
YUV 129.03 88.47 63.07 -
System Red Green Blue C M Y K H S L
Decimal 38 189 59 0.80 0 0.69 0.26 128.34 0.67 0.45
Hex 26 BD 3B 50 0 45 1A 80 43 2D
Octal 46 275 73 120 0 105 32 200 103 55
Binary 100110 10111101 111011 1010000 0 1000101 11010 10000000 1000011 101101

Color Harmonies of #26BD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BD3B

Black with #26BD3B

Text Example


Text Example

White with #26BD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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