Html Css Color HEX #2BB426 Lime Green

📋 copy color: '#2BB426'

red 43 ◦ green 180 ◦ blue 38

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

Shades of Lime Green #2BB426

Tints of Lime Green #2BB426

RGB

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

 GREEN value IS 180 (70.7% from 255) = 68.97%

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

R = 16.48%
G = 68.97%
B = 14.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#2BB426 (or 0x2BB426) is known color: Lime Green. HEX triplet: 2B, B4 and 26. RGB value is (43,180,38). Sum of RGB (Red+Green+Blue) = 43+180+38=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 180 (70.70% from 255 or 68.97% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB426 is #D44BD9. Grayscale: #7B7B7B. Windows color (decimal): -13913050 or 2536491. OLE color: 2536491.

HSL color Cylindrical-coordinate representation of color #2BB426: hue angle of 117.89º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BB426 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 180 38 -
CMYK 0.76 0 0.79 0.29
HSL 117.89º 0.65% 0.43% -
HSV(B) 117.89º 0.79% 0.71% -
XYZ 17.67 33.3 7.33 -
YUV 122.85 80.11 71.05 -
System Red Green Blue C M Y K H S L
Decimal 43 180 38 0.76 0 0.79 0.29 117.89 0.65 0.43
Hex 2B B4 26 4C 0 4F 1D 76 41 2B
Octal 53 264 46 114 0 117 35 166 101 53
Binary 101011 10110100 100110 1001100 0 1001111 11101 1110110 1000001 101011

Color Harmonies of #2BB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB426

Black with #2BB426

Text Example


Text Example

White with #2BB426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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