Html Css Color HEX #2BBE43 Lime Green

📋 copy color: '#2BBE43'

red 43 ◦ green 190 ◦ blue 67

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

Shades of Lime Green #2BBE43

Tints of Lime Green #2BBE43

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.33%

 BLUE value IS 67 (26.56% from 255) = 22.33%

R = 14.33%
G = 63.33%
B = 22.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#2BBE43 (or 0x2BBE43) is known color: Lime Green. HEX triplet: 2B, BE and 43. RGB value is (43,190,67). Sum of RGB (Red+Green+Blue) = 43+190+67=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 190 (74.61% from 255 or 63.33% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE43 is #D441BC. Grayscale: #848484. Windows color (decimal): -13910461 or 4439595. OLE color: 4439595.

HSL color Cylindrical-coordinate representation of color #2BBE43: hue angle of 129.8º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE43 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 190 67 -
CMYK 0.77 0 0.65 0.25
HSL 129.8º 0.63% 0.46% -
HSV(B) 129.8º 0.77% 0.75% -
XYZ 20.42 37.75 11.52 -
YUV 132.03 91.3 64.5 -
System Red Green Blue C M Y K H S L
Decimal 43 190 67 0.77 0 0.65 0.25 129.8 0.63 0.46
Hex 2B BE 43 4D 0 41 19 82 3F 2E
Octal 53 276 103 115 0 101 31 202 77 56
Binary 101011 10111110 1000011 1001101 0 1000001 11001 10000010 111111 101110

Color Harmonies of #2BBE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBE43

Black with #2BBE43

Text Example


Text Example

White with #2BBE43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,190,67); }

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

background-color css

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

 a { background-color: rgb(43,190,67); }

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

border-color css

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

 span { border-color: rgb(43,190,67); }

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