Html Css Color HEX #2BC226 Lime Green

📋 copy color: '#2BC226'

red 43 ◦ green 194 ◦ blue 38

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

Shades of Lime Green #2BC226

Tints of Lime Green #2BC226

RGB

 RED value IS 43 (17.19% from 255) = 15.64%

 GREEN value IS 194 (76.17% from 255) = 70.55%

 BLUE value IS 38 (15.23% from 255) = 13.82%

R = 15.64%
G = 70.55%
B = 13.82%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#2BC226 (or 0x2BC226) is known color: Lime Green. HEX triplet: 2B, C2 and 26. RGB value is (43,194,38). Sum of RGB (Red+Green+Blue) = 43+194+38=275 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.64% from 275); Green value is 194 (76.17% from 255 or 70.55% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC226 is #D43DD9. Grayscale: #838383. Windows color (decimal): -13909466 or 2540075. OLE color: 2540075.

HSL color Cylindrical-coordinate representation of color #2BC226: hue angle of 118.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BC226 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 194 38 -
CMYK 0.78 0 0.80 0.24
HSL 118.08º 0.67% 0.45% -
HSV(B) 118.08º 0.8% 0.76% -
XYZ 20.64 39.24 8.32 -
YUV 131.07 75.47 65.18 -
System Red Green Blue C M Y K H S L
Decimal 43 194 38 0.78 0 0.80 0.24 118.08 0.67 0.45
Hex 2B C2 26 4E 0 50 18 76 43 2D
Octal 53 302 46 116 0 120 30 166 103 55
Binary 101011 11000010 100110 1001110 0 1010000 11000 1110110 1000011 101101

Color Harmonies of #2BC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC226

Black with #2BC226

Text Example


Text Example

White with #2BC226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BC226; }

 p { color: rgb(43,194,38); }

 H1.HeaderClassName
 {
   color: #2BC226;
 }
 .AnyTagClassName
 {
   color: #2BC226;
 }
</style>

background-color css

<style>
 a { background-color: #2BC226; }

 a { background-color: rgb(43,194,38); }

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

border-color css

<style>
 span { border-color: #2BC226; }

 span { border-color: rgb(43,194,38); }

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