Html Css Color HEX #2BC026 Lime Green

📋 copy color: '#2BC026'

red 43 ◦ green 192 ◦ blue 38

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

Shades of Lime Green #2BC026

Tints of Lime Green #2BC026

RGB

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

 GREEN value IS 192 (75.39% from 255) = 70.33%

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

R = 15.75%
G = 70.33%
B = 13.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#2BC026 (or 0x2BC026) is known color: Lime Green. HEX triplet: 2B, C0 and 26. RGB value is (43,192,38). Sum of RGB (Red+Green+Blue) = 43+192+38=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC026 is #D43FD9. Grayscale: #828282. Windows color (decimal): -13909978 or 2539563. OLE color: 2539563.

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

Color convert

RGB 43 192 38 -
CMYK 0.78 0 0.80 0.25
HSL 118.05º 0.67% 0.45% -
HSV(B) 118.05º 0.8% 0.75% -
XYZ 20.2 38.35 8.17 -
YUV 129.89 76.14 66.02 -
System Red Green Blue C M Y K H S L
Decimal 43 192 38 0.78 0 0.80 0.25 118.05 0.67 0.45
Hex 2B C0 26 4E 0 50 19 76 43 2D
Octal 53 300 46 116 0 120 31 166 103 55
Binary 101011 11000000 100110 1001110 0 1010000 11001 1110110 1000011 101101

Color Harmonies of #2BC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC026

Black with #2BC026

Text Example


Text Example

White with #2BC026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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